From b8e05e1c20c98c546be8b14d95d55984808a240e Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 26 Jul 2012 02:23:30 -0400 Subject: [PATCH] index: fix spacing on features in mobile --- css/bootswatch.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootswatch.css b/css/bootswatch.css index 76cc179..3b86d69 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -142,6 +142,10 @@ body { margin-top: 20px; } + .about p { + margin-bottom: 0; + } + .modal { position: fixed !important; top: 25% !important; -- 2.39.2