add: search bar

Add new header and search bar
This commit is contained in:
Fiona Lena Urban 2025-05-10 18:07:18 +02:00
parent 0aa495e05b
commit 4b07ebb2ec
18 changed files with 206 additions and 71 deletions

View file

@ -58,6 +58,7 @@ body {
height: 100%;
overflow-x: hidden;
font-family: sans-serif;
background: var(--color-main-darkest);
}
.dot {
@ -103,10 +104,6 @@ body {
box-shadow: var(--box-shadow-z2);
}
.content {
min-height: 100dvh;
}
.flex-col {
display: flex;
flex-direction: column;