Move footer style to own file

This commit is contained in:
TheThomaas 2024-02-11 21:17:14 +01:00
parent befb0a80b5
commit 33ddeee832

View file

@ -0,0 +1,26 @@
footer {
background-color: rgb(var(--brand-secondary-medium));
justify-items: center;
margin-block-start: 1.5rem;
> div {
display: flex;
justify-content: space-between;
width: 100%;
align-content: center;
align-items: center;
}
.list-inline {
a {
text-decoration: underline;
--item-color: var(--text-2);
}
}
.socials-list {
margin: 0;
--item-gap: .2ch;
--item-separator: '';
}
}