From cf1e77c5e590e7e9f2ed041df5cf9927fd4e55ae Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 1 Apr 2015 09:18:30 +0200 Subject: [PATCH] Fix CTA on centered pages --- app/styles/app/layouts/top.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index 14344356..55119562 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -14,8 +14,10 @@ $top-height: 55px p position: relative - margin: 0 - padding: 0 + margin-top: 0 + margin-bottom: 0 + padding-top: 0 + padding-bottom: 0 .arrow display: block