Change H1 size for mobile view only on Bootstrap 3 -
i'd change h1 size mobile view within bootstrap 3.
any recommendations on how handle this?
normally phones in bootstrap triggered when screen size < 768px use media queries change font size of h1 example:
@media screen , (max-width:768px){ h1{ font-size:3em; } } example jsfiddle: http://jsfiddle.net/93gb39lt/
Comments
Post a Comment