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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/base/_typography.scss')
-rw-r--r--assets/sass/base/_typography.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/base/_typography.scss b/assets/sass/base/_typography.scss
index dab7324..beb0856 100644
--- a/assets/sass/base/_typography.scss
+++ b/assets/sass/base/_typography.scss
@@ -9,13 +9,13 @@
}
body {
- font-size: 16px;
+ font-size: 1rem;
font-family: $text-font-stack;
}
code,
pre {
- font-size: 13.8px;
+ font-size: 0.85rem;
font-family: $code-font-stack;
}