From c14c2599354f31bccaa08de5e628f4f046dd4868 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Tue, 23 May 2017 14:02:42 +0200 Subject: [PATCH] mobile css: remove left padding from footer --- app/assets/stylesheets/mobile.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/mobile.css b/app/assets/stylesheets/mobile.css index 909febb..228eda1 100644 --- a/app/assets/stylesheets/mobile.css +++ b/app/assets/stylesheets/mobile.css @@ -242,6 +242,5 @@ div#footer { text-align: center; float: none; - padding-left: 10px; } }