From: rick Date: Thu, 4 Apr 2024 20:26:28 +0000 (+0200) Subject: fixed grid for the interface X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=19d8603117884335b296f0dd25589902ffc0c0eb;p=gyiwr.git fixed grid for the interface --- 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 {