diff --git a/assets/img/Invoice-KFFHNW8S-0026.pdf b/assets/img/Invoice-KFFHNW8S-0026.pdf new file mode 100644 index 0000000..5dbfe2f Binary files /dev/null and b/assets/img/Invoice-KFFHNW8S-0026.pdf differ diff --git a/src/components/layout/Header.svelte b/src/components/layout/Header.svelte index e559bc9..fc6e0d5 100644 --- a/src/components/layout/Header.svelte +++ b/src/components/layout/Header.svelte @@ -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; } }