Skip to content

Commit dfd75e9

Browse files
committed
Fixed issues with styles reliant on $desktop-width
1 parent cecb22f commit dfd75e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ html, body, #root, #app, .full-height {
171171
display: flex;
172172
flex-direction: column;
173173
@include desktop{
174-
min-height: 800px;
174+
min-height: 750px;
175175
}
176176
}
177177

178178
.content {
179179
width: 100%;
180180

181-
max-width: $desktop-width;
181+
max-width: 1050px;
182182
text-align: center;
183183
margin: auto;
184184

0 commit comments

Comments
 (0)