From 4bbf6608cd7f558439db14944450c37384d12967 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 3 Jan 2018 20:15:44 +0100 Subject: Add contents to gfx and pimp it up --- assets/scss/txt.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'assets/scss') diff --git a/assets/scss/txt.scss b/assets/scss/txt.scss index e16b96b..e864d93 100644 --- a/assets/scss/txt.scss +++ b/assets/scss/txt.scss @@ -364,6 +364,14 @@ body > footer { } } +section { + h2 + h3 { + font-size: 2.5rem; + font-style: italic; + margin-top: -2rem; + } +} + article > header { p { @@ -383,6 +391,10 @@ article > header { article { + #intro h2 { + transform: rotate(270deg) translate(13.6rem, -34rem); + } + section:after { display: table; content: ""; -- cgit v1.2.3