Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_title.scss « components « scss « assets - github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a522b7a17562de0fbbe49350080ec4957d4e103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: $font-family-base;
  letter-spacing: -0.2px;
  font-weight: 100;
  margin-bottom: 30px;
  @include media-breakpoint-up(md) {
    font-size: 3rem;
  }
}

.title-summary {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: $font-family-base;
  letter-spacing: -0.2px;
  font-weight: 200;
  margin-bottom: 10px;
  @include media-breakpoint-up(md) {
    font-size: 1.6rem;
  }
}