diff options
Diffstat (limited to 'assets/scss/txt.scss')
-rw-r--r-- | assets/scss/txt.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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: ""; |