aboutsummaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2018-01-03 20:15:44 +0100
committerYour Name <you@example.com>2018-01-03 20:15:44 +0100
commit4bbf6608cd7f558439db14944450c37384d12967 (patch)
treeb6a76f3c20b919acc055968d5e70ed6723fce022 /assets/css/screen.css
parent3ad66791b43a27f34b995a18546a4c8ef5f2dd5e (diff)
downloadlesoiseaux.io-4bbf6608cd7f558439db14944450c37384d12967.tar.gz
Add contents to gfx and pimp it up
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 8b89c08..13c7c2f 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -2290,6 +2290,11 @@ body > footer {
display: inline-block;
transform: rotate(180deg) translateY(0.2rem); }
+section h2 + h3 {
+ font-size: 2.5rem;
+ font-style: italic;
+ margin-top: -2rem; }
+
article > header p {
font-size: 2rem;
line-height: 1.25;
@@ -2300,6 +2305,8 @@ article > header p {
article > header p:last-child {
padding-bottom: 2rem; }
+article #intro h2 {
+ transform: rotate(270deg) translate(13.6rem, -34rem); }
article section:after {
display: table;
content: "";