mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
9 lines
No EOL
167 B
SCSS
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);
|
|
} |