kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 596fbe42b74a70f40b03185ddcbf5f53c897c638
parent 3b676845705c040a4866c8fe87d007ff36171d9b
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sun, 25 Sep 2022 18:17:11 -0300

Match light_theme in content but with dark_theme

Diffstat:
Mcss/style.css | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -37,7 +37,7 @@ body {
     /* background: #2F4F4F; */
 
     /* margin-top: .5em; */
-    margin-bottom: 30em;
+    margin-bottom: 15em;
     margin-left: .5em;
     margin-right: .5em;
 
@@ -72,7 +72,7 @@ header {
 
 .header_buttons {
     margin: 0;
-    margin-top: .75em;
+    margin-top: .80em;
     font-size: 1.5em;
     display: inline;
     align-self: center;
@@ -151,6 +151,10 @@ article {
     }
     header {
         padding-top: .25em;
+        padding-bottom: 0;
+    }
+    article {
+        padding-top: .5em;
     }
     .header_flex_div{
         flex-direction: column;
@@ -171,7 +175,7 @@ article {
 }
 
 img {
-    border-radius: .3em;
+    /* border-radius: .3em; */
 
     overflow: hidden;