Skip to content

Commit 47e192c

Browse files
Update mq.css (#2692)
* Update mq.css Fix footer layout distortion on mobile devices * Update mq.scss * compile from scss rather than hand edit css --------- Co-authored-by: Ee Durbin <[email protected]>
1 parent b7150ce commit 47e192c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

static/sass/mq.css

+3
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ html[xmlns] .slides { display: block; }
413413
display: none;
414414
speak: none; }
415415

416+
.tier-1 {
417+
position: static !important; }
418+
416419
.slideshow {
417420
display: none; } }
418421
/* - - - Larger than 400px - - - */

static/sass/mq.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
body:after {
3737
@include javascript_tag( 'animatebody' );
3838
}
39+
.tier-1 {
40+
position: static !important;
41+
}
3942

4043
@include max_width_480();
4144
}
@@ -159,4 +162,4 @@
159162
* for IE10 Snap Mode on Metro
160163
*/
161164
@-ms-viewport { width: device-width; }
162-
@viewport { width: device-width; }
165+
@viewport { width: device-width; }

0 commit comments

Comments
 (0)