#menuLeft{ background: $light-grey; } #MainContent{ margin-top: 0; min-height: auto; } .sheet-box{ border: 1px solid $green; background: white; } @media only screen and ( min-width: 768px ) { #MainContent{ margin-top: 120px; } #menuLeft{ min-height: calc(100vh - 120px); } } @media only screen and (min-width: 1024px) { }