"a few changes"
Took 6 hours 57 minutes
This commit is contained in:
7
server/public/stylesheets/settings.css
Normal file
7
server/public/stylesheets/settings.css
Normal file
@ -0,0 +1,7 @@
|
||||
#settings {
|
||||
display: grid;
|
||||
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