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