fix: text overflow on cta buttons (#35378)

This commit is contained in:
Anton Honcharuk
2019-02-25 21:17:18 +02:00
committed by mrugesh mohapatra
parent 58edfce838
commit d7b5946c31

View File

@ -1,6 +1,5 @@
.btn-cta-big { .btn-cta-big {
max-height: 100%; max-height: 100%;
height: 70px;
font-size: 40px; font-size: 40px;
white-space: normal; white-space: normal;
} }