We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1bdc4 commit ec0ad91Copy full SHA for ec0ad91
_sass/_common.scss
@@ -25,17 +25,10 @@ body {
25
background-color: $background-body;
26
box-shadow: 0 5px 15px 1px transparentize($black, .7);
27
28
- // Large devices (desktops, less than 1200px)
29
- @media (max-width: 1199px) {
30
- transition: max-width .4s;
31
- max-width: 960px;
32
- }
33
-
34
// Medium devices (tablets, less than 992px)
35
@media (max-width: 991px) {
36
transition: max-width .4s;
37
max-width: 720px;
38
- margin: 30px auto;
39
}
40
41
// Small devices (landscape phones, less than 768px)
0 commit comments