Added bootstrap package
This commit is contained in:
parent
2b3c9a5868
commit
d7664cbf84
10 changed files with 62 additions and 61 deletions
|
|
@ -118,3 +118,17 @@
|
|||
.carousel-item-4 {
|
||||
background-image: url('/home-slide4.jpg')
|
||||
}
|
||||
|
||||
.full-width {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50% - 8px);
|
||||
position: relative;
|
||||
/*
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;*/
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class Index extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div className="IndexDisabled">
|
||||
<div className="IndexDisabled full-width">
|
||||
{/* https://v4-alpha.getbootstrap.com/components/carousel/ */}
|
||||
<header>
|
||||
<ReactResizeDetector handleWidth handleHeight onResize={this._onResize} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue