You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
385 B
SCSS

footer {
background-color: var(--navbar-color);
border-top: 1px solid var(--light-border-color);
padding: 3rem 0;
font-family: var(--post-font-family);
margin-top: 1rem;
}
footer section {
display: flex;
flex-direction: column;
align-items: center;
gap: 1.25rem;
}
footer nav {
display: flex;
gap: 0.25rem;
margin: 0 1rem;
}