podcastartgenerator/site/resources/scss/defaults/_section-title.scss

17 lines
358 B
SCSS
Raw Normal View History

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