feat: responsive header

This commit is contained in:
2026-07-24 17:28:40 +02:00
parent 3d7c0d2332
commit e85616eacc
15 changed files with 324 additions and 261 deletions

View File

@ -46,4 +46,4 @@
background: transparent;
border-color: var(--border-hairline);
color: var(--text-muted);
}
}

View File

@ -34,4 +34,4 @@ export default function Button({
{children}
</button>
);
}
}