0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 23:02:40 +00:00

Changed project structure to have the root page into main and subbed out the pages into their own folder

This commit is contained in:
Scott Tolksdorf
2016-05-06 15:59:18 -04:00
parent 34a93a6151
commit 62654102b8
43 changed files with 320 additions and 1448 deletions

View File

@@ -9,7 +9,6 @@ html,body, #reactContainer{
height: 100vh;
margin: 0;
font-family : 'Open Sans', sans-serif;
//overflow: hidden;
}
.homebrew{
@@ -26,7 +25,7 @@ html,body, #reactContainer{
.content{
flex: auto;
position: relative;
height: calc(~"100% - 29px");
height: calc(~"100% - 29px"); //Navbar height
}
}