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
This commit is contained in:
23
assets/css/custom.css
Normal file
23
assets/css/custom.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user