Add bottom margin on aside elements and main to allow for viewport footer.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user