podcastartgenerator/site/resources/scss/defaults/_section-title.scss
Paul Couture c4398c641e feat/factory_creation (#1)
Prepping for launch.

Reviewed-on: #1
Co-authored-by: Paul Couture <paul@paulcouture.com>
Co-committed-by: Paul Couture <paul@paulcouture.com>
2023-12-14 11:33:03 -06:00

17 lines
358 B
SCSS

.section-title {
margin-bottom: 60px;
@include xs-device {
margin-bottom: 50px;
}
.subtitle {
color: #ff512f;
font-weight: 500;
font-size: 20px;
text-decoration: underline;
letter-spacing: 0.2em;
display: inline-block;
margin-bottom: 10px;
font-family: $font-2;
}
}