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