mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-03 16:14:25 +02:00
fix: revert old navbar (for now)
This commit is contained in:
parent
3824eb91bd
commit
a28320cefa
@ -26,23 +26,14 @@
|
||||
<style>
|
||||
nav {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
display: flex;
|
||||
padding-top: 1.5rem;
|
||||
padding-top: 0.75rem;
|
||||
padding-right: 3rem;
|
||||
padding-left: 6rem;
|
||||
padding-bottom: 1.5rem;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
min-height: 90px;
|
||||
user-select: none;
|
||||
background-color: #0f111ab8;
|
||||
backdrop-filter: blur(50px);
|
||||
background-blend-mode: overlay;
|
||||
display: flex;
|
||||
z-index: 99;
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
position: absolute;
|
||||
align-items: center;
|
||||
bottom: 3rem;
|
||||
left: 5.5rem;
|
||||
left: 6.5%;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
@ -54,7 +54,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
:global(.wrapper) {
|
||||
margin-inline: auto;
|
||||
width: min(87%, 100rem);
|
||||
margin-top: 8%
|
||||
margin-top: 1.5%
|
||||
}
|
||||
|
||||
:root {
|
||||
|
Loading…
x
Reference in New Issue
Block a user