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