add: logo

ProPapier Logo, different claim
This commit is contained in:
Fiona Lena Urban 2025-05-10 21:10:32 +02:00
parent 1bd69c9c97
commit cef5330567
8 changed files with 34 additions and 22 deletions

View file

@ -3,13 +3,19 @@
top: 0;
z-index: 100;
background: var(--color-main-darkest);
display: flex;
align-items: center;
gap: 1rem;
padding: var(--padding-default);
& .logo {
height: 40px;
}
& header {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--padding-default);
padding-bottom: 0;
font-family: 'Roboto', sans-serif;
font-weight: bold;

View file

@ -23,7 +23,6 @@
.search-bar {
z-index: 100;
padding: 0 1rem 1rem 1rem;
& p {
font-family: 'Roboto Condensed', sans-serif;