blob: dba4df729758285293c5dd6e611a3dbe4137703f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import '_variables';
@import '_mixins';
.section-title {
font-weight: $font-semibold;
font-size: 20px;
margin-bottom: 5px;
}
.description {
margin-bottom: 30px;
}
|