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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-26 06:26:52 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-26 06:26:52 +0300
commit32f7aeef4737ec54baa6f8aae79f3bca982a7d83 (patch)
treeacd53621c3e3f3b942b28e2dbbaa6973a7f6a89e
parent0b6ecb2d0b8a2a0d6ae1009076f60f39bea7a92f (diff)
Tweak font size
-rw-r--r--assets/css/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 8162814..5a96ebc 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,3 +1,6 @@
+html {
+ font-size: calc(1em + 0.33vw);
+}
body {
background-image: url('{{ "img/geometry2.png" | absURL }}');
}