Update29082025

This commit is contained in:
astosic 2025-08-29 19:13:51 +02:00
parent 463e7fa1ea
commit 2f9aa2adac
15 changed files with 817 additions and 513 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(1rem, 1.2vw, 1.5rem);
--btn-py: clamp(0.9rem, 1.2vw, 1rem);
/* vorher 1.82.5rem -> jetzt kompakter */
--btn-px: clamp(1rem, 1.6vw, 1.5rem);
--btn-px: clamp(0.9rem, 1.6vw, 1rem);
/* vorher 1.82.5rem -> schmaler */
--btn-fs: clamp(1.8rem, 1.6vw, 2.5rem);
--btn-fs: clamp(0.9rem, 1.6vw, 1.5rem);
/* vorher 1.82.5rem -> p-nahe Größe */
position: relative;
overflow: hidden;