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
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:
@media (max-width: 750px) {
.hero__slide .hero__title {
font-size: 2em !important;
}
}
Hope it can help you.