fix: normalized and centralized sizes and padding

This commit is contained in:
Robert Janus 2025-05-14 10:58:19 +02:00
parent 38cd37cf74
commit e591c276f5
11 changed files with 108 additions and 101 deletions

View file

@ -8,7 +8,6 @@
box-shadow: var(--box-shadow-upper);
& > .Button {
--padding: 1rem;
font-size: 1rem;
font-size: var(--font-size-normal);
}
}