Date line styling
This commit is contained in:
parent
30922f0331
commit
a5f38fdcf6
4 changed files with 24 additions and 5 deletions
|
@ -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
Reference in a new issue