ParkerTenBroeck.github.io/sass/footer.scss
Parker TenBroeck 6449151d7a First
2026-01-16 22:02:02 -05:00

9 lines
No EOL
161 B
SCSS

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