From 9e4e0eab46d119cdbc24eeef9d8448266a6b136c Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 8 Jun 2018 00:35:21 +0200 Subject: [PATCH] style: remove hardcoded 14px font size --- css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/style.css b/css/style.css index de61b94..04cb9ab 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,5 @@ /* ------------------ GLOBAL STYLE ------------------- */ -body { - font-size:14px; -} - #wrapper { background: #64b5f6 url('../img/background.png') center bottom repeat-x; }