get rid of gap parameter in css layout

This commit is contained in:
towards-a-new-leftypol 2024-03-18 23:39:14 -04:00
parent 2475b381e1
commit 741dedacc3
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
body {
display: grid;
grid-template-columns: repeat(auto-fill,minmax(120px, 20%));
gap: 20px;
min-height: 100vh;
}