1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00
date-poll-api/public/assets/scss/atoms/_headings.scss
2020-01-23 15:19:07 +00:00

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;
}