Make the buttons consistent

 avatar
Ian
css
2 years ago
297 B
5
Indexable
Never
/* Start To make the button's padding consistent*/
.redesign .btn--small {
    padding: 20px 46px;
}
.lp-btn {
    padding: 20px 46px;
}
#modal-global-contact-us .contact-form .section-message form .submitButton {
    padding: 14px 20px;
}
/*End To make the button's padding consistent*/