mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 21:56:16 +00:00
fix: nav media queries
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: 996px) {
|
||||
li {
|
||||
padding: 0.75rem 1.25rem;
|
||||
text-align: left;
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@media (min-width: 996px) {
|
||||
@media (min-width: 997px) {
|
||||
.nav-wrapper {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user