From e5df7597c5222612025b4a7b9b0d72c214df2a98 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 24 Jul 2014 17:40:08 +0100 Subject: [PATCH] Remove unnecessary padding --- services/web/public/stylesheets/app/features.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/web/public/stylesheets/app/features.less b/services/web/public/stylesheets/app/features.less index 6c3b1cbb9c..58ea28602c 100644 --- a/services/web/public/stylesheets/app/features.less +++ b/services/web/public/stylesheets/app/features.less @@ -19,9 +19,4 @@ i { color: lighten(@blue, 15%); } - - .row { - padding-top: 10px; - padding-bottom: 40px; - } } \ No newline at end of file