close #11 and fix bugs on timers

Took 1 hour 14 minutes
This commit is contained in:
2023-02-06 23:20:35 +01:00
parent c019a9be7a
commit bdd0a9f4f6
10 changed files with 374 additions and 77 deletions

View File

@ -8,6 +8,7 @@
grid-template-columns: repeat(3, calc(90% / 3));
grid-template-rows: repeat(2, calc(90% / 2));
grid-gap: 9% 5.5%;
overflow-x: hidden;
}
@ -33,9 +34,9 @@
#main .drink:hover {
background-color: rgba(57, 57, 57, 0.8);
width: 100%;
height: 100%;
background-color: rgba(22, 67, 113, 0.8);
/*width: 100%;
height: 100%;*/
}