]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - assets/css/style.css
Finally fix XMR address overflow on mobile
[dujemihanovic.xyz.git] / assets / css / style.css
index 93c57d68b224e67580c103d2a3a0de8c20241f8b..1dbabd00b2ccdda09c8f60d353e587a67c69597f 100644 (file)
@@ -28,7 +28,7 @@ nav li {
 }
 
 p {
-       margin: 8px 0;
+       margin: 12px 0;
 }
 
 ul {
@@ -39,18 +39,9 @@ ul {
 main {
        max-width: 1000px;
        margin: 0 auto;
-       display: flex;
-       flex-direction: column;
-       align-items: center;
        text-align: justify;
 }
 
-h1 {
-       text-align: center;
-}
-
 footer {
-       display: flex;
-       flex-direction: column;
-       align-items: center;
+       overflow-wrap: anywhere;
 }