From c49cbed7037bd310be1b197d364fd78292a51974 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 6 Jul 2016 07:46:35 +0200 Subject: Further byte optimization --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4802f0e..aeb0be9 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ body > * { input, textarea { padding: 2px 5px; color: var(--text-color); - margin-bottom: 15px; + margin-bottom: 1em; } textarea { width: 100%; @@ -229,7 +229,6 @@ article .intro { footer { - margin: 0 auto; padding: 20px 0; text-align: center; font-size: .8em; -- cgit