File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 margin : 0 ;
1010}
1111
12+ .headroom {
13+ box-shadow : 0 0 8px rgba ( #000 , 0.3 );
14+ }
15+
1216.primary-navigation {
1317 display : flex ;
1418 background : #fff ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = React.createClass({
1717 } ,
1818 render ( ) {
1919 return (
20- < div >
20+ < div className = "site-wrapper" >
2121 < Headroom style = { { background : '#fff' } } >
2222 < Container className = "primary-navigation" >
2323 < Link to = { prefixLink ( '/' ) } >
@@ -38,11 +38,7 @@ module.exports = React.createClass({
3838 </ Container >
3939 </ Headroom >
4040
41- < Container
42- style = { {
43- maxWidth : '100vw'
44- } }
45- >
41+ < Container style = { { maxWidth : '100vw' } } >
4642 { this . props . children }
4743 </ Container >
4844 </ div >
You can’t perform that action at this time.
0 commit comments