From 907d057435c148e0fc697fa87a9950af5edf7d5c Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 5 Aug 2014 11:38:15 -0400 Subject: [PATCH] general font size --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 7231f05..f5e6285 100755 --- a/styles.css +++ b/styles.css @@ -23,12 +23,13 @@ ShadowWhenNeeded { width: 62.5rem; margin: 0 auto; } - body { background-color: #e8e5db; background-image: url(assets/bg.jpg); background-size: cover; background-attachment: fixed; + font-size: 1.3rem; + font-size: 13px; } .row { background-color: white; -- 2.17.1