index-shop/assets/css/partials/_site-footer.scss
2025-12-19 19:35:22 +01:00

25 lines
410 B
SCSS

#site-footer {
background-color: black;
width: 100vw;
position: relative;
left: calc(var(--padding-body)*-1);
height: calc(var(--spacing)*2);
display: flex;
align-items: center;
justify-content: center;
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.p__small {
font-size: var(--fs-x-small);
text-align: center;
}
}