]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - assets/css/style.css
Justify all text in <main> tags
[dujemihanovic.xyz.git] / assets / css / style.css
index 92c70f247726ecf59b6919fee90a21bb864aeef6..93c57d68b224e67580c103d2a3a0de8c20241f8b 100644 (file)
@@ -1,6 +1,7 @@
 body {
-       width: 100%;
+       max-width: 1000px;
        margin: 0 auto;
+       padding: 0 10px;
 }
 
 nav {
@@ -36,11 +37,16 @@ ul {
 }
 
 main {
-       max-width: 800px;
+       max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
+       text-align: justify;
+}
+
+h1 {
+       text-align: center;
 }
 
 footer {