diff options
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css index c0eaa3d..8d6b86e 100644 --- a/assets/css/txt.css +++ b/assets/css/txt.css @@ -1092,6 +1092,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; @@ -1102,6 +1107,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: ""; |