@import 'naturalcrit/styles/core.less'; .homebrew{ height : 100%; //TODO: Consider making backgroudn color lighter background-color : @steel; .page{ display : flex; height : 100%; flex-direction : column; .content{ position : relative; height : calc(~"100% - 29px"); //Navbar height flex : auto; } } }