From fdb3213ec564bc5b0510915d984a391a7d027bbc Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 13 Dec 2018 21:58:15 -0800 Subject: [PATCH] Decrease the font size. --- static/scss/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scss/style.scss b/static/scss/style.scss index 8c760fd..733a9ea 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -19,6 +19,7 @@ body { font-family: 'Open Sans', sans-serif; margin: 0px; background-color: $background-color; + font-size: 12px; } @mixin input-common {