mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-07 16:36:55 -05:00
fix: navbar on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user