mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 16:23:39 +00:00
12 lines
227 B
CSS
12 lines
227 B
CSS
footer {
|
|
align-items: center;
|
|
color: var(--fg3);
|
|
display: flex;
|
|
font-family: var(--font-monospace);
|
|
font-size: 0.8rem;
|
|
justify-content: center;
|
|
padding-bottom: 0.5rem;
|
|
padding-top: 2rem;
|
|
text-align: center;
|
|
}
|