From 19d8603117884335b296f0dd25589902ffc0c0eb Mon Sep 17 00:00:00 2001
From: rick <rick@gnous.eu>
Date: Thu, 4 Apr 2024 22:26:28 +0200
Subject: [PATCH] fixed grid for the interface

---
 css/style.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/css/style.css b/css/style.css
index c40144e..a77c56e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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 {