Update3008251310
This commit is contained in:
parent
68db76b963
commit
af6021b9cf
12 changed files with 193 additions and 98 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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.8–2.5rem -> jetzt kompakter */
|
||||
--btn-px: clamp(0.9rem, 1.6vw, 1rem);
|
||||
--btn-px: clamp(1rem, 1.6vw, 1.2rem);
|
||||
/* vorher 1.8–2.5rem -> schmaler */
|
||||
--btn-fs: clamp(0.9rem, 1.6vw, 1.5rem);
|
||||
--btn-fs: clamp(1rem, 1.6vw, 1.8rem);
|
||||
/* vorher 1.8–2.5rem -> p-nahe Größe */
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue