get rid of gap parameter in css layout
This commit is contained in:
parent
2475b381e1
commit
741dedacc3
|
@ -30,7 +30,6 @@
|
|||
body {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill,minmax(120px, 20%));
|
||||
gap: 20px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue