Dish cards

This commit is contained in:
2020-07-30 21:04:13 +02:00
parent ad2a945965
commit bf609fc5cd
14 changed files with 173 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
.restaurant-container {
min-width: 100vw;
height: 100%;
display: flex;
flex-flow: column;
align-items: center;
h1 {
font-weight: 100;
font-size: 3rem;
@@ -34,3 +37,7 @@
margin: 8px;
}
}
.restaurant-dishes {
min-width: 70%;
}