Took 1 hour 33 minutes
This commit is contained in:
2023-02-06 11:03:39 +01:00
parent f4da186fb7
commit 1240809384
20 changed files with 158 additions and 40 deletions

View File

@ -7,7 +7,7 @@
display: grid;
grid-template-columns: repeat(3, calc(90% / 3));
grid-template-rows: repeat(2, calc(90% / 2));
grid-gap: 10% 5%;
grid-gap: 9% 5.5%;
}
@ -15,12 +15,12 @@
grid-row: span 1;
grid-column: span 1;
background-color: rgba(57, 57, 57, 0.6);
width: 90%;
width: 95%;
height: 97%;
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(3, calc(100% / 3));
grid-row-gap: 4%;
grid-row-gap: 3%;
text-align: center;
border-radius: 30px 10px 30px;
color: white;
@ -44,17 +44,19 @@
grid-row: span 2;
margin-left: auto;
margin-right: auto;
max-height: 100%;
max-height: 99%;
overflow: hidden;
transition: 0.5s;
margin-top: 1%;
}
.drink .drinkName {
font-family: Ubuntu, sans-serif;
font-family: Raleway, sans-serif;
grid-column: span 1;
grid-row: span 1;
font-size: 150%;
margin-top: 1%;
}