Skip to content

Commit d5db23a

Browse files
committed
Section only has a min-height on desktop
1 parent 4dfbe7d commit d5db23a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/index.scss

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

11-
$desktop-width: 1165px;
11+
$desktop-width: 1050px;
1212
$mobile-width: 750px;
1313

1414
@mixin desktop {
@@ -170,7 +170,9 @@ html, body, #root, #app, .full-height {
170170
height: 100%;
171171
display: flex;
172172
flex-direction: column;
173-
min-height: 775px;
173+
@include desktop{
174+
min-height: 775px;
175+
}
174176
}
175177

176178
.content {

0 commit comments

Comments
 (0)