Skip to content

Commit 398a1a2

Browse files
committed
keep hamburger menu on the right
Signed-off-by: Leonardo Rossi <leonardo.rossi@gmail.com>
1 parent f9bf508 commit 398a1a2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/css/custom.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -440,16 +440,10 @@ p {
440440
font-family: "Roboto Mono", monospace;
441441
}
442442

443-
@media screen and (max-width: 768px) {
443+
@media screen and (max-width: 996px) {
444444
.navbar__item {
445445
display: none !important;
446446
}
447-
.navbar__inner .navbar__items {
448-
justify-content: space-between;
449-
}
450-
.navbar__inner .navbar__items .navbar__toggle.clean-btn {
451-
order: 2;
452-
}
453447
}
454448

455449
@media screen and (max-width: 996px) {

0 commit comments

Comments
 (0)