website/sass/about.scss
Filip Rojek a95f13943f
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 23s
CSS formatted
2024-10-14 17:15:08 +02:00

16 lines
182 B
SCSS

.about {
h2 {
margin-top: 1rem;
margin-bottom: .5rem;
}
h3, h4, h5, h6, p {
margin-top: .5rem;
margin-bottom: .5rem;
}
p {
text-align: justify;
}
}