13 lines
166 B
SCSS
13 lines
166 B
SCSS
|
// Branding footer
|
||
|
|
||
|
.footer,
|
||
|
%footer {
|
||
|
padding-block: var(--gutters);
|
||
|
background-color: var(--color-footer-bg);
|
||
|
text-align: center;
|
||
|
|
||
|
p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|