aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-08-22 10:46:02 +0200
committerMario <mario@mariovavti.com>2018-08-22 10:46:02 +0200
commite4d08fc5d7ec6e882246217263109dfc9b61bc91 (patch)
treedac985b2e349728667475b2b22feb29ad7473fe7
parentdb853134e31d5f42344d140339e0dea626fd429a (diff)
parent79eb6d39423c47c8c7809ed34cdc88effbb6e97e (diff)
downloadvolse-hubzilla-e4d08fc5d7ec6e882246217263109dfc9b61bc91.tar.gz
volse-hubzilla-e4d08fc5d7ec6e882246217263109dfc9b61bc91.tar.bz2
volse-hubzilla-e4d08fc5d7ec6e882246217263109dfc9b61bc91.zip
Merge branch 'redbasic-addroomforfooter' into 'dev'
Fix jumpy sidebars See merge request hubzilla/core!1261
-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;
}