deleted comment in global css, grid settings

This commit is contained in:
Kostya
2023-11-23 21:20:36 +03:00
parent 4d69b7ab6b
commit 62d712a9be

View File

@@ -25,7 +25,7 @@ body, html {
.content-grid {
display: grid;
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
grid-template-rows: auto 0fr repeat(4, 1fr); /* Updated this line */
grid-template-rows: auto 0fr repeat(4, 1fr);
grid-auto-columns: 1fr;
grid-auto-flow: row;
grid-template-areas: