Skip to content

Commit

Permalink
[fix bug 1196002] Improve tablet view on /firefox/tiles/.
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiloyola committed Sep 22, 2015
1 parent baf6555 commit 380edb7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion media/css/firefox/tiles.less
Expand Up @@ -109,7 +109,16 @@
}

@media only screen and (min-width: @breakTablet) and (max-width: @breakDesktop) {


#main-feature h1 {
.font-size(64px);
width: auto;
}

.main-column {
width: auto;
}

.sidebar {
margin-top: 0;
width: 580px;
Expand Down

0 comments on commit 380edb7

Please sign in to comment.