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

File diff suppressed because one or more lines are too long

View file

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