Skip to content

Commit

Permalink
docs: add css change to remove back button when screen size is reduced (
Browse files Browse the repository at this point in the history
#3873)

Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
MANAVBHOSALE and mowies authored Nov 26, 2024
1 parent 1a7e6fa commit 9a6dbc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,9 @@ body {
flex-direction: row-reverse;
}
}

@media only screen and (max-width: 1220px) {
.md-nav--primary .md-nav__title .md-nav__icon {
display: none !important;
}
}

0 comments on commit 9a6dbc9

Please sign in to comment.