get rid of gap parameter in css layout
This commit is contained in:
parent
9fbe71f1f9
commit
bc22758e90
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue