File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default class App extends Component {
105
105
</ div >
106
106
</ div >
107
107
< div className = { styles . pluginsWrapper } >
108
- < div className = { styles . container } >
108
+ < div className = { styles . wideContainer } >
109
109
< ul className = { styles . plugins } >
110
110
< li className = { styles . plugin } > Mention</ li >
111
111
< li className = { styles . plugin } > Linkify</ li >
Original file line number Diff line number Diff line change 17
17
18
18
.container {
19
19
min-width : 300px ;
20
- max-width : 800 px ;
20
+ max-width : 640 px ;
21
21
margin : 0 auto;
22
22
padding-left : 15px ;
23
23
padding-right : 15px ;
24
24
}
25
25
26
+ .wideContainer {
27
+ composes : container;
28
+ max-width : 800px ;
29
+ }
30
+
26
31
.containerWrapper {
27
32
border-bottom : 1px solid # ddd ;
28
33
padding-bottom : 3rem ;
You can’t perform that action at this time.
0 commit comments