index-shop/assets/css/partials/_site-footer.scss
Julie Blanc acf3832283
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
footer color
2026-02-16 17:40:03 +01:00

26 lines
447 B
SCSS

#site-footer {
background-color: var(--color-txt);
color: var(--color-bg);
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;
}
}