diff options
author | M.Dent <dentm42@dm42.net> | 2018-08-21 13:18:42 -0400 |
---|---|---|
committer | M.Dent <dentm42@dm42.net> | 2018-08-21 13:18:42 -0400 |
commit | 79eb6d39423c47c8c7809ed34cdc88effbb6e97e (patch) | |
tree | 52ab1ea1c573b3b069410b6801b35b32190f2404 /view/theme/redbasic | |
parent | 1d7d604016e6728725c4b857cec85c3d5a050268 (diff) | |
download | volse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.tar.gz volse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.tar.bz2 volse-hubzilla-79eb6d39423c47c8c7809ed34cdc88effbb6e97e.zip |
Fix jumpy sidebars
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
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; } |