]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - assets/css/style.css
Do not center h1's
[dujemihanovic.xyz.git] / assets / css / style.css
index 92c70f247726ecf59b6919fee90a21bb864aeef6..a56dee93d563fa65329d140bc7773a3625b60cbb 100644 (file)
@@ -1,6 +1,7 @@
 body {
-       width: 100%;
+       max-width: 1000px;
        margin: 0 auto;
+       padding: 0 10px;
 }
 
 nav {
@@ -27,7 +28,7 @@ nav li {
 }
 
 p {
-       margin: 8px 0;
+       margin: 12px 0;
 }
 
 ul {
@@ -36,15 +37,7 @@ ul {
 }
 
 main {
-       max-width: 800px;
+       max-width: 1000px;
        margin: 0 auto;
-       display: flex;
-       flex-direction: column;
-       align-items: center;
-}
-
-footer {
-       display: flex;
-       flex-direction: column;
-       align-items: center;
+       text-align: justify;
 }