diff --git a/css/layout/layout-footer.css b/css/layout/layout-footer.css index 7298cd4..4140e9c 100755 --- a/css/layout/layout-footer.css +++ b/css/layout/layout-footer.css @@ -14,7 +14,13 @@ * Creates stacking context ensuring that child elements can never appear in * front of mobile navigation. */ - +.region--footer-bottom { +display: flex; +justify-content: space-between; + .block { + border: 1px solid #fff; + } +} .site-footer { position: relative; z-index: 1;