diff options
-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; } |