Personal-Site/src/css/Components/_headings.scss

10 lines
116 B
SCSS
Raw Normal View History

2023-07-06 23:24:56 +00:00
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
2023-07-12 22:25:58 +00:00
text-transform: capitalize;
2023-07-06 23:24:56 +00:00
}
h1 {
font-size: 3em;
2023-07-12 18:17:20 +00:00
margin-top: 0;
2023-07-06 23:24:56 +00:00
}