mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 16:53:56 +00:00
fix: navbar cleanup
This commit is contained in:
@@ -13,38 +13,34 @@
|
||||
<style>
|
||||
li {
|
||||
border: var(--grey-six);
|
||||
width: 150px;
|
||||
width: 140px;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
font-weight: 300;
|
||||
align-items: center;
|
||||
border: var(--grey-six);
|
||||
transition-timing-function: var(--bezier-one);
|
||||
transition-duration: 0.25s;
|
||||
padding: 10px 20px;
|
||||
border-radius: 200px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--white);
|
||||
text-decoration: none;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
li:hover {
|
||||
font-weight: 600;
|
||||
border: 3px solid var(--grey-two);
|
||||
padding: 10px 30px;
|
||||
border-radius: 200px;
|
||||
}
|
||||
|
||||
li.selected {
|
||||
font-weight: 600;
|
||||
border: 3px solid var(--red);
|
||||
padding: 10px 30px;
|
||||
border-radius: 200px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -50,21 +50,30 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
ul {
|
||||
display: flex;
|
||||
gap:0.75rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.logo-image {
|
||||
width: 2.9rem;
|
||||
cursor: pointer;
|
||||
transform: translateY(5%);
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin-left: 1rem;
|
||||
font-size: 2.75rem;
|
||||
font-size: 2.4rem;
|
||||
letter-spacing: -0.04em;
|
||||
height:90%;
|
||||
}
|
||||
|
||||
h1 span {
|
||||
@@ -78,9 +87,6 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
nav {
|
||||
/* background-color: purple; */
|
||||
}
|
||||
ul {
|
||||
display: none;
|
||||
}
|
||||
@@ -110,7 +116,6 @@
|
||||
height: 3px;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
.menu-btn__burger::before,
|
||||
@@ -121,7 +126,6 @@
|
||||
height: 3px;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
.menu-btn__burger::before {
|
||||
|
||||
Reference in New Issue
Block a user