date-poll-api/public/assets/scss/atoms/_headings.scss

17 lines
183 B
SCSS
Executable File

@charset "UTF-8";
h1,
h2 {
font-family: $title_font;
}
h1 {
font-size: 2.5rem;
font-weight: 600;
}
h1::after {
background-color: $primary_color;
height: 2px;
}