Skip to content

Commit

Permalink
Merge pull request #15303 from trevorbayless/fix_15274
Browse files Browse the repository at this point in the history
Hide .site-title on mobile layout
  • Loading branch information
ornicar committed May 15, 2024
2 parents 313c1f8 + 925b4ec commit 79dbc15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/common/css/header/_title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
display: none;
}

@media (max-width: at-least($xx-small)) {
display: none;
}

@media (min-width: at-least($xx-small)) {
.site-icon {
display: block;
Expand Down

0 comments on commit 79dbc15

Please sign in to comment.