Fix umlaut cutoff in buttons

This commit is contained in:
Raphael Wickihalder 2022-02-19 17:29:27 +01:00
parent f16ae357fd
commit 2b16523a39
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -27,7 +27,8 @@
.button__label {
// height:1em;
margin-top: 2px;
margin-top: 1px;
padding-top: 2px;
}
@media (max-width: $breakpoint-small) {