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:
authorRobert Austin <rob@jugglerdigital.com>2021-09-10 04:19:51 +0300
committerGitHub <noreply@github.com>2021-09-10 04:19:51 +0300
commit1c8aee0c6866a35460cf9d09196ce1511da531ed (patch)
treef1d368c4bdccc7ff39dbf8c70d4b0167a35b8a03
parent946f09febacc1c86bf903d5fe823dbca6613643d (diff)
parent30e97ae304eaeeeaf34ea52f0be9ec73c3bbb200 (diff)
Merge pull request #40 from mirkoperillo/patch-1
Fix typo in mobile font size
-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;