feat: add responsiveness to navigation

This commit is contained in:
Sebin Nyshkim 2025-04-10 16:04:13 +02:00
parent 22a12666c2
commit cbc41e74ba
3 changed files with 106 additions and 20 deletions

View file

@ -12,6 +12,8 @@
border: var(--border-thin) solid var(--clr-box-border);
border-radius: var(--border-radius);
overflow: clip;
& :where(h1, h2, h3, h4, h5, h6) {
--heading-spacing: 0.25em;
position: relative;