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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user