|
|
@ -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; |
|
|
|