Adjusted title
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 32s

This commit is contained in:
2026-06-08 19:47:21 +02:00
parent bbc34c1b12
commit b224c2ba65
2 changed files with 3 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ onBeforeUnmount(() => {
letter-spacing: -0.1ch; letter-spacing: -0.1ch;
margin: 0; margin: 0;
white-space: pre; white-space: pre;
min-height: clamp(1.05rem, 3.6vw, 1.95rem);
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {

View File

@@ -142,6 +142,8 @@ onMounted(() => {
letter-spacing: -0.05ch; letter-spacing: -0.05ch;
white-space: pre; white-space: pre;
color: var(--color-text); color: var(--color-text);
min-height: clamp(1.59rem, 6.38vw, 3.01rem);
min-width: clamp(11rem, 44vw, 23rem);
} }
@keyframes blink { @keyframes blink {