File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ const Splash = () => (
14
14
id = "src/components/SplashViz/SplashViz.jsx"
15
15
component = { SplashViz } />
16
16
17
- < div className = "splash__section splash__section--dark" >
17
+ < div className = "splash__section splash__section--dark page__content " >
18
18
< Container >
19
19
< div dangerouslySetInnerHTML = { {
20
20
__html : require ( 'page-loader!../../content/index.md' ) . body
21
21
} } />
22
22
</ Container >
23
23
</ div >
24
24
25
- < div className = "splash__section" >
25
+ < div className = "splash__section page__content " >
26
26
< Container >
27
27
< h1 > Support the Team</ h1 >
28
28
Original file line number Diff line number Diff line change 3
3
@import ' functions' ;
4
4
@import ' prism-theme' ;
5
5
6
- .page__content ,
7
- .splash__section {
6
+ .page__content {
8
7
line-height :1.5em ;
9
8
10
9
h1 { font-size : getFontSize (4 ); }
240
239
}
241
240
}
242
241
243
- img {
242
+ img :not ([ class *= " support__ " ]) {
244
243
max-width : 100% ;
245
244
height : auto ;
246
245
}
You can’t perform that action at this time.
0 commit comments