Update3008251310

This commit is contained in:
astosic 2025-08-30 13:10:37 +02:00
parent 68db76b963
commit af6021b9cf
12 changed files with 193 additions and 98 deletions

View file

@ -731,9 +731,9 @@ body {
/* Button-Preset (hier zentral Größe steuern) */
/* ÄNDERUNG: deutlich kleinere Buttons (Höhe, Breite, Schrift) */
--btn-py: clamp(0.9rem, 1.2vw, 1rem); /* vorher 1.82.5rem -> jetzt kompakter */
--btn-px: clamp(0.9rem, 1.6vw, 1rem); /* vorher 1.82.5rem -> schmaler */
--btn-fs: clamp(0.9rem, 1.6vw, 1.5rem);/* vorher 1.82.5rem -> p-nahe Größe */
--btn-py: clamp(1rem, 1.2vw, 1.2em); /* vorher 1.82.5rem -> jetzt kompakter */
--btn-px: clamp(1rem, 1.6vw, 1.2rem); /* vorher 1.82.5rem -> schmaler */
--btn-fs: clamp(1rem, 1.6vw, 1.8rem);/* vorher 1.82.5rem -> p-nahe Größe */
position: relative;
overflow: hidden;