Skip to content

Commit d0df82d

Browse files
committed
DOC: tweak styles for mobile devices
1 parent 978cf0c commit d0df82d

File tree

2 files changed

+8
-55
lines changed

2 files changed

+8
-55
lines changed

css/main.scss

Lines changed: 0 additions & 53 deletions
This file was deleted.

css/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,15 +605,21 @@ span.user {
605605
}
606606
@media screen and (max-width: 550px) {
607607
.sidebar {
608-
width: 6em;
608+
width: 5em;
609609
padding: 3px 0.5em 10px 0.5em;
610610
}
611611
.mainsection {
612-
margin: 0 0 0 7em;
612+
margin: 0 0 0 5.2em;
613613
}
614614
.contentsPanel {
615615
width: auto;
616616
}
617+
.logo img {
618+
display: none;
619+
}
620+
.navigation > h4 {
621+
font-size: .7em;
622+
}
617623
}
618624
@media screen and (max-width: 400px) {
619625
#simpleSearch {

0 commit comments

Comments
 (0)