fixed grid for the interface
authorrick <rick@gnous.eu>
Thu, 4 Apr 2024 20:26:28 +0000 (22:26 +0200)
committerrick <rick@gnous.eu>
Thu, 4 Apr 2024 20:26:28 +0000 (22:26 +0200)
css/style.css

index c40144ed0be22bc410f32fb07f083833a29a7eab..a77c56ecc73952da7c5efd927afaa6e4d0109eb7 100644 (file)
@@ -4,7 +4,8 @@ body {
   flex-direction: column;*/
   display: grid;
   min-height: 100vh;
-  grid-template-rows: auto 1fr auto;
+  /*grid-template-rows: auto 1fr auto;*/
+  grid-template-columns: 0.2fr 1fr;
 }
 
 header {
@@ -72,7 +73,7 @@ header h2 {
 }
 
 #main {
-  margin: 2em 3em 5em 3em;
+  margin: 2em 3em 5em 1em;
 }
 
 footer {