update
Took 4 hours 31 minutes
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#menu {
|
||||
padding-left: 5%;
|
||||
padding-right: 5%;
|
||||
padding-top: 10%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, calc(100% / 2));
|
||||
grid-template-columns: repeat(2, calc(95% / 2));
|
||||
grid-template-rows: repeat(2, calc(95% / 2));
|
||||
grid-gap: 2% 2%;
|
||||
color: white;
|
||||
|
Reference in New Issue
Block a user