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:
authorzwbetz <zwbetz@gmail.com>2019-05-01 21:35:07 +0300
committerzwbetz <zwbetz@gmail.com>2019-05-01 21:35:07 +0300
commit54c8f3bc4bece86ff6a66ecc9dcf756cc1b2fd2f (patch)
treed6b80ebfc1ac277890b8cfc32f06ca3994d68ecb
parentd931b813882a8e8e6c805452ac60269ff415c5a4 (diff)
Remove responsive font
-rw-r--r--assets/css/custom.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 500083a..65a0929 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,7 +1,4 @@
/* base */
-html {
- font-size: calc(1em + 0.33vw);
-}
body {
background-image: url('{{ "img/geometry2.png" | absURL }}');
}