Browse Source

footer blocks

master
rdrew 2 months ago
parent
commit
940a7f7d85
  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
* 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;

Loading…
Cancel
Save