Move everything into a same index component

This commit is contained in:
2022-11-03 18:38:56 +02:00
parent 418ff0a2b2
commit b9a6f939b5
11 changed files with 164 additions and 226 deletions

View File

@@ -1,22 +0,0 @@
.mainContainer {
margin-top: 1.5rem;
font-size: 1.2rem;
display: flex;
align-items: center;
flex-direction: column;
}
.openHoursBold {
font-weight: bold;
margin: 0;
font-size: 1.2rem;
}
.openHours {
margin-top: 0.5rem;
}
.openHoursDesc {
max-width: 15rem;
text-align: center;
}