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