Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions static/sass/mq.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ html[xmlns] .slides { display: block; }
display: none;
speak: none; }

.tier-1 {
position: static !important; }

.slideshow {
display: none; } }
/* - - - Larger than 400px - - - */
Expand Down
5 changes: 4 additions & 1 deletion static/sass/mq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
body:after {
@include javascript_tag( 'animatebody' );
}
.tier-1 {
position: static !important;
}

@include max_width_480();
}
Expand Down Expand Up @@ -159,4 +162,4 @@
* for IE10 Snap Mode on Metro
*/
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
@viewport { width: device-width; }
Loading