14 lines
247 B
SCSS
14 lines
247 B
SCSS
article{
|
|
|
|
h2,h3,h4,h5,h6{
|
|
font-family: "trueno";
|
|
font-weight: 600;
|
|
font-size: $font-medium;
|
|
color:brown;
|
|
margin-top: 1rem;
|
|
margin-bottom: .3rem;
|
|
}
|
|
p{
|
|
margin-bottom: .5rem;
|
|
}
|
|
} |