Multi-line buttons fix

This commit is contained in:
Sebastiaan Pasma 2018-09-03 14:44:09 +02:00
commit 383d811067
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
5 changed files with 8 additions and 6 deletions

View file

@ -207,14 +207,14 @@
.button {
border: 2px solid;
border-radius: 47px;
padding: 0 15px 0 15px;
padding: 6px 2px 6px 2px;
text-align: center;
width: 100%;
max-width: 300px;
font-size: 19px;
font-weight: bolder;
min-height: auto;
line-height: 36px;
line-height: 19px;
}
}
}