File tree 6 files changed +22
-5
lines changed
6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change
1
+ # editorconfig.org
2
+
3
+ root = true
4
+
5
+ [* ]
6
+ charset = utf-8
7
+ indent_size = 2
8
+ indent_style = space
9
+ insert_final_newline = true
10
+ trim_trailing_whitespace = true
11
+
12
+ [* .md ]
13
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 13
13
& __container {
14
14
position : relative ;
15
15
z-index : 1 ;
16
- max-width : 1150 px ;
16
+ max-width : 1200 px ;
17
17
margin-left : auto ;
18
18
margin-right : auto ;
19
19
padding-left : 15px ;
Original file line number Diff line number Diff line change 1
1
.stage {
2
2
display : flex ;
3
3
width : 100% ;
4
- max-width : 1150 px ;
4
+ max-width : 1200 px ;
5
5
margin : 0 auto ;
6
6
7
7
@include breakpoint (large up ) {
Original file line number Diff line number Diff line change 16
16
box-sizing : border-box ; /* 1 */
17
17
line-height : 1.15 ; /* 2 */
18
18
text-size-adjust : 100% ; /* 3 */
19
- overflow-x : hidden ;
20
19
}
21
20
22
21
* ,
Original file line number Diff line number Diff line change 34
34
top : 0 ;
35
35
left : 0 ;
36
36
z-index : -1 ;
37
- width : 100 vw ;
37
+ width : 100 % ;
38
38
height : 100% ;
39
39
background-color : color (gray-50 );
40
40
border-bottom : 1px solid color (gray-300 );
41
+
42
+ @include breakpoint (xlarge up ) {
43
+ width : 100vw ;
44
+ }
41
45
}
42
46
}
43
47
Original file line number Diff line number Diff line change 16
16
17
17
& __body {
18
18
flex : 1 ;
19
-
19
+ max-width : 100% ;
20
+
20
21
@include breakpoint (xlarge up ) {
21
22
max-width : 690px ;
22
23
}
You can’t perform that action at this time.
0 commit comments