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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/components/_title.scss')
-rw-r--r--assets/scss/components/_title.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/components/_title.scss b/assets/scss/components/_title.scss
index 0a522b7..07e0016 100644
--- a/assets/scss/components/_title.scss
+++ b/assets/scss/components/_title.scss
@@ -1,15 +1,15 @@
.title {
- font-size: 2.4rem;
- line-height: 1.2;
+ font-size: 2.7rem;
+ line-height: 1.1;
font-family: $font-family-base;
letter-spacing: -0.2px;
font-weight: 100;
- margin-bottom: 30px;
+ margin-bottom: 20px;
@include media-breakpoint-up(md) {
font-size: 3rem;
+ margin-bottom: 30px;
}
}
-
.title-summary {
font-size: 1.6rem;
line-height: 1.4;