Revert typo for font size. Fix font size on mobile?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14696acc70
commit
5e8b85b658
@ -68,11 +68,11 @@ body.home > div#page header#masthead {
|
||||
body.home > div#page article header {
|
||||
display: none;
|
||||
}
|
||||
639
|
||||
|
||||
body.home > div#page article div.entry-content {
|
||||
color: white;
|
||||
font-weight: var(--weight-bold);
|
||||
font-size: var(--font-size-xlarge);
|
||||
font-size: var(--font-size-normal);
|
||||
}
|
||||
|
||||
body.home form#search-form {
|
||||
@ -227,12 +227,17 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
||||
header#masthead {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
body.home > div#page article div.entry-content {
|
||||
color: white;
|
||||
font-weight: var(--weight-bold);
|
||||
font-size: var(--font-size-xlarge);
|
||||
}
|
||||
|
||||
body.home > div#page header#masthead {
|
||||
margin-bottom: 15vh;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user