10 lines
116 B
SCSS
10 lines
116 B
SCSS
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 3em;
|
|
margin-top: 0;
|
|
}
|