diff --git a/core/themes/seven/css/layout/layout.css b/core/themes/seven/css/layout/layout.css index 73cbe301021e2f843eb391fffb6beaf0a492be0e..0c5ec18c94877796b8b58ffa4a575412b1297468 100644 --- a/core/themes/seven/css/layout/layout.css +++ b/core/themes/seven/css/layout/layout.css @@ -37,3 +37,10 @@ width: 75%; } } + +/** + * Add spacing to bottom of pages + */ +.region-content { + margin-bottom: 80px; +}