I found a code that let me resize all the buttons in mobile, but that didn't affect the button in the hamburger menu. It's still kind of big and awkward. Does anyone have any code that would work for this? Thanks so much!
I actually just found some code that works on this thread :
@media(max-width: 767px) {
a.sqs-block-button-element {
padding: 0.8em 0.3em !important;
display: inline-block;
}