Make the buttons consistent
Ian
css
3 years ago
297 B
12
Indexable
/* 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*/Editor is loading...