"a few changes"

Took 6 hours 57 minutes
This commit is contained in:
2025-04-29 11:29:26 +02:00
parent 0c9f1a8780
commit c2d722c12e
354 changed files with 10696 additions and 2471 deletions

View File

@ -0,0 +1,17 @@
#menu {
padding-left: 5%;
padding-top: 10%;
display: grid;
grid-template-columns: repeat(2, calc(95% / 2));
grid-template-rows: repeat(2, calc(95% / 2));
grid-gap: 2% 2%;
color: white;
}
#menu > button {
grid-row: span 1;
grid-column: span 1;
font-size: 1.8em;
height: 50%;
}