Subheader Font Size
http://lovehertzmedia.com/podcasting/
I attempted: #Subheader .title { font-size: 100px !important; color: #a20a0e !important; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; }
which is exactly what i wanted on the desktop, but checking mobile, it stays the same. How can this be fixed?
Comments
you can use media queries like: This will change the font size on mobile.
thanks