Took 4 hours 31 minutes
This commit is contained in:
2022-11-22 00:01:03 +01:00
parent 569f42c686
commit d6c219beb7
22 changed files with 272 additions and 17 deletions

View File

@ -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;