Skip to content

Commit 588dab4

Browse files
Mobile css polishing (#1605)
1 parent 33b9cd8 commit 588dab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/mkdocs/overrides/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
max-width: 100% !important;
2222
}
2323

24-
/* Hide both sidebars but keep navigation tabs */
25-
.md-sidebar, .md-sidebar--primary, .md-sidebar--secondary, .md-header-nav__button--search {
26-
display: none !important;
27-
}
2824

2925
/* Ensure header has no bottom margin/padding */
3026
.md-header {
@@ -457,6 +453,10 @@
457453
color: var(--md-primary-text-color--light);
458454
}
459455

456+
.md-nav__title .md-nav__button.md-logo img {
457+
margin-left: -1rem !important;
458+
}
459+
460460
</style>
461461
{% endblock %}
462462

0 commit comments

Comments
 (0)