Fix button padding on mobile

This commit is contained in:
Raphael Wickihalder 2022-06-23 13:53:19 +02:00
parent 053e214c86
commit 3687292cdf
No known key found for this signature in database
GPG key ID: 05179BB92383243D
2 changed files with 2 additions and 0 deletions

View file

@ -485,6 +485,7 @@
.button__content {
align-items: center;
justify-content: center;
color: var(--color-primary-contrast);
}
}
}

View file

@ -125,6 +125,7 @@
padding: 0;
.button__content {
.button__label {
margin-left: var(--spacing-s);
font-size: var(--font-small);
}
}