From 4e594cb57a9ab64fa308cf8c7e2944f7100fee9f Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Wed, 13 Jun 2018 19:44:37 -0600 Subject: [PATCH] change base size --- docs/assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 47b6be5e..e7966d4c 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -8,3 +8,7 @@ $header-bg-color: #d6757c; $section-headings-color: #CE232E; @import "{{ site.theme }}"; + +html { + font-size: 14px; +} \ No newline at end of file