aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Dent <dentm42@dm42.net>2018-08-21 13:18:42 -0400
committerM.Dent <dentm42@dm42.net>2018-08-21 13:18:42 -0400
commit79eb6d39423c47c8c7809ed34cdc88effbb6e97e (patch)
tree52ab1ea1c573b3b069410b6801b35b32190f2404
parent1d7d604016e6728725c4b857cec85c3d5a050268 (diff)
downloadvolse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.tar.gz
volse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.tar.bz2
volse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.zip
Fix jumpy sidebars
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 82d0cf761..943b27637 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -45,6 +45,9 @@ main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
+}
+
+main #region_2 {
margin-bottom: $bottom_margin;
}