design update & fixes

This commit is contained in:
2024-02-01 16:12:41 +01:00
parent 6101c9bfb2
commit 2158145ae8
4 changed files with 13 additions and 22 deletions
+1 -2
View File
@@ -28,10 +28,9 @@ main {
width: 100%;
max-width: 1350px;
min-height: 75vh;
grid-template-columns: 1fr 2fr;
grid-template-rows: auto 360px minmax(400px, 1fr);
grid-template-rows: auto 360px minmax(300px, 1fr);
background-color: darken($color: $bgColor, $amount: 5);
border-radius: 1em;