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 9fbe71f1f9
commit bc22758e90
1 changed files with 0 additions and 1 deletions

View File

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