Skip to content

Commit ec0ad91

Browse files
committed
del old media dot
1 parent cb1bdc4 commit ec0ad91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

_sass/_common.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,10 @@ body {
2525
background-color: $background-body;
2626
box-shadow: 0 5px 15px 1px transparentize($black, .7);
2727

28-
// Large devices (desktops, less than 1200px)
29-
@media (max-width: 1199px) {
30-
transition: max-width .4s;
31-
max-width: 960px;
32-
}
33-
3428
// Medium devices (tablets, less than 992px)
3529
@media (max-width: 991px) {
3630
transition: max-width .4s;
3731
max-width: 720px;
38-
margin: 30px auto;
3932
}
4033

4134
// Small devices (landscape phones, less than 768px)

0 commit comments

Comments
 (0)