add site-header class

This commit is contained in:
madrilene 2024-06-06 17:25:35 +02:00
parent 388082d13e
commit 4b8e3876f1
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<a href="#main" class="skip-link">{{ meta.skipContent }}</a>
<header class="wrapper">
<div class="repel ontop">
<div class="site-header | repel ontop">
<a href="/" class="logo | cluster" {% if page.url == "/" %}aria-current="page"{% endif %}>
{% svg "misc/star" %}

View file

@ -0,0 +1,3 @@
.site-header {
--gutter: var(--space-s);
}