rdrew 2 months ago
parent
commit
a77bfdc56a
  1. 8
      css/layout/layout-footer.css

8
css/layout/layout-footer.css

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

Loading…
Cancel
Save