Skip to content

Commit 2e5e352

Browse files
committed
Missed some tablet styling w/ dependencies on $d-w
1 parent dfd75e9 commit 2e5e352

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.scss

Lines changed: 2 additions & 1 deletion
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: 1200px;
11+
$desktop-width: 1210px;
1212
$mobile-width: 750px;
1313

1414
@mixin desktop {
@@ -183,6 +183,7 @@ html, body, #root, #app, .full-height {
183183
margin: auto;
184184

185185
@include tablet {
186+
max-width: 100%;
186187
flex-direction: column;
187188
margin: 0px;
188189
}

0 commit comments

Comments
 (0)