From 7dcf616740526f9312dca1b33aae868671e50092 Mon Sep 17 00:00:00 2001 From: simonpetit Date: Mon, 9 Dec 2024 15:51:45 +0000 Subject: [PATCH] justifying text of paragraphs --- css/poststyle.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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; }