website/sass/about.scss

16 lines
182 B
SCSS
Raw Normal View History

2024-10-14 01:15:41 +02:00
.about {
h2 {
2024-10-14 16:52:45 +02:00
margin-top: 1rem;
margin-bottom: .5rem;
2024-10-14 01:15:41 +02:00
}
h3, h4, h5, h6, p {
2024-10-14 16:52:45 +02:00
margin-top: .5rem;
margin-bottom: .5rem;
2024-10-14 01:15:41 +02:00
}
2024-10-14 17:15:08 +02:00
2024-10-14 01:15:41 +02:00
p {
text-align: justify;
}
}
2024-10-14 17:15:08 +02:00