Update v1.0.3
Took 54 minutes
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#settings {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, calc(90% / 4));
|
||||
grid-template-rows: repeat(5, calc(90% / 5));
|
||||
grid-gap: 10% 5%;
|
||||
grid-template-columns: repeat(4, calc(85% / 4));
|
||||
grid-template-rows: repeat(4, calc(85% / 4));
|
||||
grid-gap: 5% 5%;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user