diff --git a/src/components/App.css b/src/components/App.css index 6f0836a..058f712 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -1,30 +1,46 @@ -.navbar{ - color:#ffffff; - padding-left:40px; - background-color: #6272a4; - padding:5px 5px 5px 35px; - font-family:segoe ui; +html, +body, +#root { + height: 100%; } -.logo{ - height:30px; - width:30px; - margin-right:10px; +.navbar { + color: #ffffff; + padding-left: 40px; + background-color: #6272a4; + padding: 5px 5px 5px 35px; + font-family: segoe ui; +} +.navbar h4 { + margin-bottom: 0; +} +.logo { + height: 30px; + width: 30px; + margin-right: 10px; +} +.outerContainer { + display: flex; + flex-direction: column; + height: 100%; + justify-content: space-between; } a { - color:inherit; + color: inherit; } -a i:hover{ - color:#f2f2f2; +a i:hover { + color: #f2f2f2; } -footer{ - height:40px; - text-align: center; - background-color:#ffffff; - padding:10px; - font-size: 14px; - border-top:1px solid #cccccc; +footer { + height: 40px; + text-align: center; + background-color: #ffffff; + padding: 10px; + font-size: 14px; + border-top: 1px solid #cccccc; } -@media screen and (max-width:600px){ - footer{margin-top:40px;} -} \ No newline at end of file +@media screen and (max-width: 600px) { + footer { + margin-top: 40px; + } +} diff --git a/src/components/App.js b/src/components/App.js index 3852e96..c68db3e 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -6,7 +6,7 @@ class App extends React.Component { render() { return ( -