Skip to content

Commit

Permalink
Hero: Hide the subheading on small screens
Browse files Browse the repository at this point in the history
Fixes #201
  • Loading branch information
ryelle committed Sep 28, 2023
1 parent 45e2480 commit 5255eb6
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,9 @@ a:where(:not(.wp-element-button)):focus-visible {

/* Hide the site title on small screens, title appears in local nav. */
@media (max-width: 599px) {
h1 {
h1,
h1 + p {
display: none;

+ p {
margin-top: 0 !important;
}
}
}
}
Expand Down

0 comments on commit 5255eb6

Please sign in to comment.