|
|
@ -7,7 +7,7 @@ class Box extends React.Component { |
|
|
|
const { title, height = '100%', children, bodyPaddingTop = 1, titlePaddingTop, margin, overflow } = this.props |
|
|
|
|
|
|
|
const headerbg = { |
|
|
|
background: 'url(/assets/images/homepage/bigscreen/headertitlebg.png) no-repeat', |
|
|
|
background: 'url(/assets/images/homePage/bigscreen/headertitlebg.png) no-repeat', |
|
|
|
backgroundSize: '100% 100%', |
|
|
|
} |
|
|
|
return ( |
|
|
|