Skip to content

Commit 3babe6d

Browse files
Pavel LaptevPavel Laptev
authored andcommitted
Styles fixed
1 parent dd9f80c commit 3babe6d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

app/styl/style.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.frame
99
position: fixed
10-
z-index: 9999999s
10+
z-index: 9999999
1111
top: 0
1212
height: 0
1313
width: 100%
@@ -21,4 +21,6 @@
2121
flex-direction: column
2222
padding: 0 $s*4
2323
margin: 0 auto
24-
max-width: 1200px
24+
max-width: 1200px
25+
@media screen and (max-width: $mobile-view)
26+
padding: 0 $s*3

public/css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ body {
361361
}
362362
.frame {
363363
position: fixed;
364-
z-index: 9999999s;
364+
z-index: 9999999;
365365
top: 0;
366366
height: 0;
367367
width: 100%;
@@ -377,3 +377,8 @@ body {
377377
margin: 0 auto;
378378
max-width: 1200px;
379379
}
380+
@media screen and (max-width: 540px) {
381+
.wrap {
382+
padding: 0 48px;
383+
}
384+
}

themes-examples/css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ body {
361361
}
362362
.frame {
363363
position: fixed;
364-
z-index: 9999999s;
364+
z-index: 9999999;
365365
top: 0;
366366
height: 0;
367367
width: 100%;
@@ -377,3 +377,8 @@ body {
377377
margin: 0 auto;
378378
max-width: 1200px;
379379
}
380+
@media screen and (max-width: 540px) {
381+
.wrap {
382+
padding: 0 48px;
383+
}
384+
}

0 commit comments

Comments
 (0)