From 940a7f7d8557a2793df92d16a5ae20c0d306092c Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 31 Jul 2024 12:53:03 -0300 Subject: [PATCH] footer blocks --- css/layout/layout-footer.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;