How can I add top margin to the h1 tag?

hey

Can someone help me get some top margin to this h1?

https://portvinsflasken.dk/
Login: Portvin

Hi @pf2022

Please add the following code at the end of your timber.scss file:

.section-header.text-center {
    padding-top: 30px;
}

Adjust the padding as needed, do let us know if this solves your issue!