support longer spanish phrases in button/header layout

This commit is contained in:
John Hess 2022-10-10 11:43:57 -05:00
parent e999b48e7b
commit 396855f8a0
2 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,6 @@ body {
}
margin-bottom: 10px;
.btn-split {
height: 60px;
display: inline-flex;
.btn-logo {
border-right: 1pt;
@ -80,8 +79,9 @@ body {
}
.btn-text {
text-align: left;
height:60px;
padding: 10px 20px;
padding: 0px 20px;
height: fit-content;
margin: auto;
.button-main-text {
font-size: 16px;
font-weight: 500;