mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-25 20:01:03 +00:00
navbar media queries
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -54,4 +55,23 @@
|
||||
h1 span {
|
||||
color: var(--red);
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1050px) {
|
||||
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding-right: 1rem;
|
||||
padding-left: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
nav {
|
||||
background-color: purple;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user