Resizing Headlines for mobile
-
Hello,
Would anybody be able to help me with resizing the headlines for the front page of this website davehattersleymusic.com- so that they look neat when viewed on mobile/tablet?
I’m VERY new to web design and I think the problem is mainly that I’m out of my depth!
I have tried using <span class=”headline-resize home-headline”>Davehattersley</span> this hasn’t worked (I know its a long surname but I don’ want it split into two).
I tried media query (here’s a small bit of it)
@media (max-width: 768px) {
h1.site-title a {font-size: .9em;}
}
That hasn’t worked either and I’m getting very confused. i have tried a few other things and I’m sure its because I’m not doing something properly rather than the advice I’ve found is wrong. Could someone good at talking to simpletons please offer some advice?
Thank you
The topic ‘Resizing Headlines for mobile’ is closed to new replies.