ParkerTenBroeck.github.io/sass/footer.scss
2026-01-18 13:57:33 -05:00

9 lines
No EOL
167 B
SCSS

footer {
display: flex;
flex-wrap: wrap;
margin: 1em 0;
border-top-style: solid;
border-top-width: 4px;
border-top-color: var(--grey-light);
}