website/sass/about.scss
Filip Rojek 203b08d044
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Successful in 24s
Fixed h1 margin on about page
2025-05-24 12:05:33 +02:00

28 lines
290 B
SCSS

.about {
h1 {
font-size: 2rem;
margin-bottom: 2rem;
}
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
}