forked from CCCHH/hacker.tours-website
12 lines
166 B
SCSS
12 lines
166 B
SCSS
// Branding footer
|
|
|
|
.footer,
|
|
%footer {
|
|
padding-block: var(--gutters);
|
|
background-color: var(--color-footer-bg);
|
|
text-align: center;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|