21 lines
244 B
SCSS
21 lines
244 B
SCSS
|
.about {
|
||
|
h1 {
|
||
|
margin-top: 2.5rem;
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
margin-top: 1.5rem;
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
h3, h4, h5, h6, p {
|
||
|
margin-top: 1rem;
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
}
|