fix: navbar on mobile

This commit is contained in:
Ash Monty
2022-10-01 15:37:44 +02:00
parent 44dcc0885c
commit f615898ca4

View File

@@ -328,6 +328,18 @@ button#openSidebar {
}
}
@media screen and (max-width: 900px) {
.docs-wrapper header button.dropdown-button#mobile-button {
display: none;
}
.docs-wrapper header .logo-link svg text {
display: block;
}
.docs-wrapper header .logo-link svg {
width: 120px;
}
}
@media screen and (max-width: 820px) {
.docs-wrapper .content .quick-links-grid,
.platform-grid {