diff --git a/client/Application.js b/client/Application.js index 11d5477e..8212403e 100644 --- a/client/Application.js +++ b/client/Application.js @@ -46,16 +46,17 @@ export default class App extends Component {
- - {/**/} - - - - - - - - +
+ + + + + + + + + +
diff --git a/client/containers/Home/Home.scss b/client/containers/Home/Home.scss index da3f425d..9e40753b 100644 --- a/client/containers/Home/Home.scss +++ b/client/containers/Home/Home.scss @@ -7,15 +7,10 @@ $color-grey-lighter : #F7F7F7; $color-blue-light: #5dade2; $color-black-lighter: #404040; - .home-main { - min-height:calc(100% - 2.47rem); display: -webkit-box; -webkit-box-orient: vertical; - background: $color-blue-grey-lighter; .main-one{ - //padding: .5rem .5rem 0 .5rem; - //background: radial-gradient(ellipse at center,#45484d 0%,#000 100%); .home-des{ color: $color-white; padding: .5rem 0 0; diff --git a/client/styles/common.scss b/client/styles/common.scss index 46647f23..fa06366a 100644 --- a/client/styles/common.scss +++ b/client/styles/common.scss @@ -44,4 +44,7 @@ em { display: -webkit-box; -webkit-box-orient: vertical; height: 100%; + .router-container{ + min-height:calc(100% - 2.47rem); + } }