align search box

This commit is contained in:
bronku 2025-04-05 19:17:17 +02:00
parent 75c2be36dd
commit da77eb1cfa

View file

@ -123,6 +123,9 @@ header {
align-items: center;
justify-content: space-between;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
z-index: 5;
}
h1 {
@ -147,7 +150,7 @@ main {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
align-items: flex-end;
box-shadow: var(--shadow);
}