Added Header Component

This commit is contained in:
2025-09-17 13:14:24 +02:00
parent 6e2ab0a88b
commit 1773687814
8 changed files with 148 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
@define-mixin responsive-wrapper $vspacing: 0 $hspacing: var(--spacing-comfortable) {
@define-mixin responsive-wrapper $vspacing: 0, $hspacing: var(--spacing-cozy) {
@mixin mx auto;
max-width: clamp(60ch, 90vw, 90ch);
padding: $vspacing $hspacing;
font-family: var(--font-body);
font-size: var(--typo-size-responsive);
}