new file: assets/css/custom.css new file: config.toml modified: content/posts/AboutMe.md modified: hugo.toml new file: layouts/partials/footer.html
24 lines
321 B
CSS
24 lines
321 B
CSS
.footer {
|
|
margin-top: 50px;
|
|
padding: 20px 0;
|
|
border-top: 1px solid var(--accent);
|
|
}
|
|
|
|
.footer__inner {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
.contact {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 15px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.contact span {
|
|
white-space: nowrap;
|
|
}
|