kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 26964f1dd7374126c7a5b11936c9894e8e0f2a4a
parent f11dd5d3836a0a68c974ad29043e40ce961c2560
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sat, 17 Feb 2024 22:02:12 -0300

Make fonts smaller on narrow viewport devices

Also fix stylesheets spacing between objects

Diffstat:
Mcss/style.css | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -56,13 +56,13 @@ html {
 }
 
 body {
+    color: antiquewhite;
     background: #191919;
     margin-bottom: 15em;
     margin-left: .5em;
     margin-right: .5em;
     font-size: 16px;
     font-family: inconsolata, "DejaVu Sans", sans, "Verdana", sans-serif, "Georgia", serif;
-    color: antiquewhite;
 }
 
 header {
@@ -202,7 +202,7 @@ footer {
 #index-title {
     text-align: center;
     color: #DAA520;
-    padding-top: .25em;
+    padding-top: 0em;
     padding-bottom: .5em;
     animation: zoom-in-zoom-out 5s ease-in-out infinite;
 }
@@ -364,7 +364,7 @@ hr {
 #latest-uploads {
     display: flex;
     align-items: center;
-    padding-top: .5em;
+    padding-top: 0em;
     padding-bottom: .5em;
 }
 
@@ -387,7 +387,6 @@ time {
 
 @media (max-width: 800px) {
     body {
-        font-size: 16px;
         margin-left: 0em;
         margin-right: 0em;
     }
@@ -432,13 +431,12 @@ time {
         padding-bottom: .10em;
     }
     #index-title {
-        padding-top: .25em;
+        padding-top: 0;
         padding-bottom: .5em;
     }
     #latest-uploads {
         padding-bottom: .25em;
     }
-    p { padding-bottom: .5em; }
     #header_link {
         display: none;
     }
@@ -448,6 +446,9 @@ time {
 }
 
 @media (max-width: 400px) {
+    body {
+        font-size: 14px;
+    }
     #header_title {
         font-size: 2.25em;
     }