Moved to Support. Please post in the correct section next time.
Do NOT edit theme files. Your changes will be overwritten at the next update, and if you don’t know what you are doing, you can really mess things up.
If you just want extra space after the button, add some bottom margin to it, by adding this to your custom css:
.block-button {
margin-bottom: 24px;
}
Adjust the size to whatever suits your needs.