We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978cf0c commit d0df82dCopy full SHA for d0df82d
css/main.scss
css/style.css
@@ -605,15 +605,21 @@ span.user {
605
}
606
@media screen and (max-width: 550px) {
607
.sidebar {
608
- width: 6em;
+ width: 5em;
609
padding: 3px 0.5em 10px 0.5em;
610
611
.mainsection {
612
- margin: 0 0 0 7em;
+ margin: 0 0 0 5.2em;
613
614
.contentsPanel {
615
width: auto;
616
617
+ .logo img {
618
+ display: none;
619
+ }
620
+ .navigation > h4 {
621
+ font-size: .7em;
622
623
624
@media screen and (max-width: 400px) {
625
#simpleSearch {
0 commit comments