fix: normalized and centralized sizes and padding
This commit is contained in:
parent
38cd37cf74
commit
e591c276f5
11 changed files with 108 additions and 101 deletions
|
@ -9,8 +9,8 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: .5rem;
|
||||
padding: .5rem;
|
||||
gap: var(--padding-xs);
|
||||
padding: var(--padding-s);
|
||||
flex-grow: 1;
|
||||
background: var(--background);
|
||||
color: var(--color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue