Open hours to separate component

This commit is contained in:
2022-11-05 19:50:19 +02:00
parent dc0e77036e
commit 8aea619349
4 changed files with 37 additions and 25 deletions

View File

@@ -42,22 +42,6 @@
letter-spacing: normal;
}
.openHoursTitle {
font-weight: 700;
margin: 0;
font-size: 100%;
}
.openHoursText {
margin-top: 0.5rem;
}
.openHoursDesc {
max-width: 15rem;
text-align: center;
margin-top: 0;
}
.keepersImage {
max-width: 150px;
margin-top: 1.5rem;

View File

@@ -0,0 +1,16 @@
.openHoursTitle {
font-weight: 700;
margin: 0;
font-size: 100%;
margin-top: 1rem;
}
.openHoursText {
margin-top: 0.5rem;
}
.openHoursDesc {
max-width: 15rem;
text-align: center;
margin-top: 0;
}