diff --git a/css/poststyle.css b/css/poststyle.css index fc6fd9e..27c91a9 100644 --- a/css/poststyle.css +++ b/css/poststyle.css @@ -4,7 +4,7 @@ body { .title { margin-top: 5vh; - margin-bottom: 7vh; + margin-bottom: 6vh; text-align: center; font-family: 'IBM Plex Mono', monospace; } @@ -19,14 +19,20 @@ body { color: #AAA; } -.title { - margin-bottom: 6vh; -} article { width: 70vw; margin-right: auto; margin-left: auto; } + +article p { + text-align: justify; +} + +article h1 { + +} + footer { width: 70vw; margin-top: 6vh; @@ -34,6 +40,7 @@ footer { margin-left: auto; font-size: 1.3vh; } + footer span a { color: #FF8608; }