Add Restaurant work

This commit is contained in:
2020-08-11 21:16:27 +02:00
parent 48bb74e5f8
commit e4a4d3951d
10 changed files with 487 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
.newRestaurant-content {
display: grid;
grid-template-columns: auto auto;
}
.newRestaurant-content-fullwidth {
padding: 0px 16px 0px 16px;
grid-column-start: 1;
grid-column-end: 3;
}