How can I make my H1 'PORTVINSFLASKEN' responsive on mobile?

Hey

Can you guys help me fix this? It looks like the H1 “PORTVINSFLASKEN” is not responsive when it turns into mobile version

www.portvinsflasken.dk
Password: Odense123

Hi @pf2022 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
@media (max-width: 750px) {
.hero__slide .hero__title {
    font-size: 2em !important;
}
}

Hope it can help you.