UI Review German Edition (#950)

* UI changes for longer text

* UI changes for longer text
This commit is contained in:
Mark Liang (You-Wen) 2018-09-27 01:59:33 +08:00 committed by Danny Coates
parent 307c9d3fa1
commit 88db2c1cf4
3 changed files with 8 additions and 4 deletions

View file

@ -101,11 +101,15 @@ a {
}
.btn {
display: block;
display: flex;
width: 100%;
height: 70px;
line-height: 70px;
font-size: 21px;
line-height: 1.2;
align-items: center;
justify-content: center;
padding: 0 10px;
box-sizing: border-box;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
text-align: center;