Date line styling

This commit is contained in:
Rob Davies 2017-04-18 13:29:03 +01:00
parent 30922f0331
commit a5f38fdcf6
4 changed files with 24 additions and 5 deletions

View file

@ -192,6 +192,15 @@ nav.menu--main {
@media screen and (min-width: 75rem) {
#block-dcbschedule .schedule-location {
font-size: 1.6rem; } }
#block-dcbschedule .schedule-date {
font-size: 1.6rem;
font-weight: 600; }
@media screen and (min-width: 56.25rem) {
#block-dcbschedule .schedule-date {
font-size: 1.2rem; } }
@media screen and (min-width: 75rem) {
#block-dcbschedule .schedule-date {
font-size: 1.6rem; } }
.form-item > label {
display: block;

File diff suppressed because one or more lines are too long