/**
* Foundation for Sites
* Version 6.6.3
* https://get.foundation
* Licensed under MIT Open Source
*/
.nova-business-hours__item {
display: flex;
padding: 0.625rem 0;
}
.nova-business-hours__item span {
flex: 1;
}
.nova-business-hours__item span.nova-business-time {
align-self: flex-end;
}
Back to Directory