/* space between each day row */
.opening-hours li {
margin-bottom: 1px !important; /* adjust to taste: 6px/8px/12px */
}
/* no extra space after the last item */
.opening-hours li:last-child {
margin-bottom: 0;
}
.opening-hours {
list-style: none;
margin: 6px 0 0;
padding: 0;
}
.opening-hours li {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 2px 0;
}
.opening-hours .day { font-weight: 600; }
.opening-hours .time { white-space: nowrap; }
-
Melbourne, VIC, Australia, Victoria
-
Opening Hours:
- Monday8:00 AM โ 20:00 PM
- Tuesday8:00 AM โ 20:00 PM
- Wednesday8:00 AM โ 20:00 PM
- Thursday8:00 AM โ 20:00 PM
- Friday8:00 AM โ 20:00 PM
- Saturday8:00 AM โ 18:30 PM
- Sunday8:00 AM โ 17:00 PM
-