Add bottom margin on aside elements and main to allow for viewport footer.

This commit is contained in:
M.Dent
2018-08-20 00:15:34 -04:00
parent e25db4d1b5
commit 1d7d604016
2 changed files with 12 additions and 2 deletions

View File

@@ -33,13 +33,19 @@ aside #region_1 {
}
aside #left_aside_wrapper {
margin-bottom: 10px;
/*margin-bottom: 10px;*/
margin-bottom: $bottom_margin;
}
aside #right_aside_wrapper {
/*margin-bottom: 10px;*/
margin-bottom: $bottom_margin;
}
main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
margin-bottom: $bottom_margin;
}
#overlay {