Paul Couture
c4398c641e
Prepping for launch. Reviewed-on: #1 Co-authored-by: Paul Couture <paul@paulcouture.com> Co-committed-by: Paul Couture <paul@paulcouture.com>
17 lines
358 B
SCSS
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;
|
|
}
|
|
}
|