From cc5728fa1dc3caaf2ea37b8bb2869f90cac9590f Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 3 Aug 2016 00:38:32 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index c3a86af..34f9c43 100755 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -130,7 +130,7 @@ a{ width: 100%; height: 30px; left: 0; - top:-30px; + top:-29px; } @@ -138,7 +138,7 @@ a{ .decor2{ left: 0; - bottom:-30px; + bottom:-29px; top:auto; } @@ -326,7 +326,7 @@ p{ .decor{ - top:-30px; + top:-29px; } } @@ -344,13 +344,13 @@ p{ .decor{ - bottom:-30px; + bottom:-29px; } .decor-mobile{ display:block; bottom:auto; - top:-30px; + top:-29px; } }