Fixed CSS grid gap assignments to use modern syntax
This commit is contained in:
parent
f57c52ec51
commit
ef3b6910bf
@ -73,9 +73,7 @@ button {
|
||||
|
||||
#viewport {
|
||||
display: grid;
|
||||
grid-gap: var(--gap);
|
||||
gap: var(--gap);
|
||||
grid-auto-flow: row;
|
||||
z-index: 1;
|
||||
grid-auto-rows: 1fr;
|
||||
grid-auto-columns: 1fr;
|
||||
@ -167,7 +165,6 @@ button {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: grid;
|
||||
grid-row-gap: var(--gap);
|
||||
row-gap: var(--gap);
|
||||
grid-template-areas: "progress progress" "left right";
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user