From a918719b8f1474bee4dc3539ff7ddb9d0d02b04c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 7 Jun 2017 10:35:36 +0200 Subject: [PATCH] Decrease overall UI size a bit --- app/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index d8f2e8a..bac84aa 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -23,7 +23,7 @@ body { background-repeat: none; background-attachment: fixed; font-family: $font-family-sans; - font-size: 16px; + font-size: 14px; font-weight: 300; color: #fff; }