Skip to content

Commit

Permalink
Keep logo from overlapping with tabzilla
Browse files Browse the repository at this point in the history
at small screen widths
  • Loading branch information
sgarrity committed Jan 1, 2015
1 parent ca07b97 commit 2b787d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/css/firefox/os/tv.less
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ body {

/* Mobile layout: 320px */
@media only screen and (max-width: @breakTablet) {
#masthead {
h2 {
padding-top: @baseLine * 2;
}
}
.main-feature {
h1 {
.font-size(42px);
Expand Down

0 comments on commit 2b787d3

Please sign in to comment.