]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Justify all text in <main> tags
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 17:47:36 +0000 (19:47 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 17:47:36 +0000 (19:47 +0200)
assets/css/style.css

index e3ad6933b0f7576131628494b8ebe6c53a61dc85..93c57d68b224e67580c103d2a3a0de8c20241f8b 100644 (file)
@@ -42,6 +42,11 @@ main {
        display: flex;
        flex-direction: column;
        align-items: center;
+       text-align: justify;
+}
+
+h1 {
+       text-align: center;
 }
 
 footer {