Make content section expand at least to all available height.

This commit is contained in:
Paulo Reis 2017-10-12 12:18:56 +01:00
parent 2d5426391d
commit c488916c69

View file

@ -33,6 +33,11 @@ body {
position: relative; position: relative;
padding-top: @header-height; padding-top: @header-height;
padding-bottom: @footer-height; padding-bottom: @footer-height;
display: flex;
align-items: stretch;
> .content {
flex-grow: 1;
}
} }
// Reset fonts for relevant elements // Reset fonts for relevant elements