<div class="course-title">
<h2>About the course</h2>
</div>
No notes defined.
{
"course-title": "About the course"
}
.course-title {
h2 {
font-family: $text-font-ef;
font-weight: 500;
font-size: 2.4rem;
line-height: 2.6rem;
letter-spacing: -0.01em;
margin-bottom: 1.6rem !important;
color: $blue;
&::after {
content: '';
border-bottom: 0.2rem solid $red;
width: 3.2rem;
display: block;
margin-top: 0.8rem;
}
}
@media screen and (min-width: $mq-medium) {
h2 {
font-size: 4.2rem;
line-height: 4rem;
font-weight: 700;
}
}
}
<div class="course-title">
<h2>{{course-title}}</h2>
</div>