fix: revert old navbar (for now)

This commit is contained in:
af-n 2022-07-26 16:28:03 -04:00
parent 3824eb91bd
commit a28320cefa
3 changed files with 3 additions and 12 deletions

View File

@ -26,23 +26,14 @@
<style> <style>
nav { nav {
width: 100%; width: 100%;
position: fixed;
top: 0; top: 0;
display: flex; display: flex;
padding-top: 1.5rem; padding-top: 0.75rem;
padding-right: 3rem; padding-right: 3rem;
padding-left: 6rem; padding-left: 6rem;
padding-bottom: 1.5rem;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
min-height: 90px; 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;
} }

View File

@ -15,7 +15,7 @@
position: absolute; position: absolute;
align-items: center; align-items: center;
bottom: 3rem; bottom: 3rem;
left: 5.5rem; left: 6.5%;
user-select: none; user-select: none;
} }
</style> </style>

View File

@ -54,7 +54,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
:global(.wrapper) { :global(.wrapper) {
margin-inline: auto; margin-inline: auto;
width: min(87%, 100rem); width: min(87%, 100rem);
margin-top: 8% margin-top: 1.5%
} }
:root { :root {