1
0
Files
Blog/assets/css/custom.css
florianuhlig 8b671291e7 new file: .gitignore
new file:   assets/css/custom.css
	new file:   config.toml
	modified:   content/posts/AboutMe.md
	modified:   hugo.toml
	new file:   layouts/partials/footer.html
2025-12-23 00:19:38 +01:00

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;
}