Skip to content

Commit

Permalink
Remove slogan on small landscape viewports
Browse files Browse the repository at this point in the history
This helps make space for the featured content on smaller viewports in landscape.
  • Loading branch information
SweetBoy13735 committed Jun 25, 2024
1 parent ecbadbb commit 1ca4004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ footer.flex{
}
}

@media only screen and (max-height: 545px) {
header h1, header hr {
display: none;
}
}

/* Helper classes =========================================================== */
/* Hide visually and from screen readers */
.hidden, [hidden] {
Expand Down

0 comments on commit 1ca4004

Please sign in to comment.