Fix jumpy sidebars

This commit is contained in:
M.Dent 2018-08-21 13:18:42 -04:00
parent 1d7d604016
commit 79eb6d3942

View File

@ -45,6 +45,9 @@ main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
}
main #region_2 {
margin-bottom: $bottom_margin;
}