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; } }