Skip to content

Commit

Permalink
Adjusting font size of H1. Fixes mozilla#348
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Vazquez committed Mar 25, 2015
1 parent 6665925 commit b3154cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/components/hero-unit.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
text-shadow: rgba(0, 0, 0, 0.6) 0 .2rem .1rem;
margin: 0 auto 0.8rem;
max-width: 40rem;
font-size: 3.2rem;
@media (min-width: @screen-teensy) {
max-width: 49rem;
font-size: 4rem;
}
@media screen and (min-width: @screen-sm-min) {
max-width: 60rem;
font-size: 4.5rem;
}
@media screen and (min-width: @screen-md-min) {
max-width: 70rem;
Expand Down

0 comments on commit b3154cf

Please sign in to comment.