This commit is contained in:
Bastian Wagner
2026-08-15 21:51:53 +02:00
parent ff5dab6f0d
commit 722570c9d3
9 changed files with 13 additions and 1 deletions

View File

@@ -51,11 +51,19 @@ a:hover {
}
.topbar .brand {
display: flex;
align-items: center;
gap: 0.6rem;
font-weight: 700;
font-size: 1.05rem;
color: var(--text);
}
.brand-logo {
display: block;
border-radius: 7px;
}
.topbar nav {
display: flex;
gap: 1.25rem;