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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/scss/components/_type.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/scss/components/_type.scss b/assets/scss/components/_type.scss
index 7aeb27d..5e771d5 100644
--- a/assets/scss/components/_type.scss
+++ b/assets/scss/components/_type.scss
@@ -8,7 +8,7 @@ p {
margin-bottom: 20px;
}
h1 {
- font-size: 20px;
+ font-size: 24px;
font-family: $font-family-heading;
line-height: 1.2;
margin-bottom: 20px;
@@ -18,7 +18,7 @@ h1 {
}
}
h2 {
- font-size: 24px;
+ font-size: 20px;
font-family: $font-family-heading;
line-height: 1.4;
margin-bottom: 10px;