header > nav item responsive font size. closes #38
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-03-30 18:18:51 +02:00
parent f815374030
commit b12b839f1b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -146,6 +146,8 @@
z-index: var(--z-content);
color: white;
transition: color 0.3s;
font-size: clamp(.9rem, 1.3vw, 1.2rem);
}
.navbar-item.active,
@ -214,7 +216,6 @@
/* Tablet — var(--breakpoint-tablet) = 912px */
@media (min-width: 701px) and (max-width: 912px) {
.navbar-item {
font-size: var(--font-size-paragraph-tablet);
padding: 1vmax 1.8vmax;
}
}