Skip to content

Commit 9a6dbc9

Browse files
MANAVBHOSALEmowies
andauthored
docs: add css change to remove back button when screen size is reduced (#3873)
Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent 1a7e6fa commit 9a6dbc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/assets/stylesheets/home.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,9 @@ body {
277277
flex-direction: row-reverse;
278278
}
279279
}
280+
281+
@media only screen and (max-width: 1220px) {
282+
.md-nav--primary .md-nav__title .md-nav__icon {
283+
display: none !important;
284+
}
285+
}

0 commit comments

Comments
 (0)