support longer spanish phrases in button/header layout
This commit is contained in:
parent
e999b48e7b
commit
396855f8a0
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue