website/sass/about.scss
Filip Rojek 62a6937c20
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 14s
Build Zola Website / build (pull_request) Successful in 20s
Add space for footer on about page
2024-12-18 13:07:38 +01:00

17 lines
222 B
SCSS

.about {
h2 {
margin-top: 1rem;
margin-bottom: .5rem;
}
h3, h4, h5, h6, p {
margin-top: .5rem;
margin-bottom: .5rem;
}
p {
text-align: left;
}
margin-bottom: 3rem; // space for footer
}