Skip to content

Commit 3981dc4

Browse files
committed
+content min-height, adjusted media query cutoffs
1 parent 3eaaa25 commit 3981dc4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/index.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ tablet has fixed widths and font sizes
88
mobile has scaling widths and font sizes
99
*/
1010

11-
$desktop-width: 1100px;
12-
$mobile-width: 720px;
11+
$desktop-width: 1050px;
12+
$mobile-width: 750px;
1313

1414
@mixin desktop {
1515
@media(min-width: #{$desktop-width}) { @content; }
@@ -170,6 +170,7 @@ html, body, #root, #app, .full-height {
170170
height: 100%;
171171
display: flex;
172172
flex-direction: column;
173+
min-height: 775px;
173174
}
174175

175176
.content {
@@ -330,8 +331,8 @@ lines of text may be wider than they appear
330331
.mobile-banner {
331332
@include tablet {
332333
display: inline-block;
333-
margin-top: 1vh;
334-
margin-bottom: 2.5vh;
334+
margin-top: 10px;
335+
margin-bottom: 10px;
335336
border-bottom-style: solid;
336337
color: $blue;
337338

0 commit comments

Comments
 (0)