website/sass/about.scss
2024-10-14 16:52:45 +02:00

17 lines
185 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;
}
}