diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 2 | ||||
-rwxr-xr-x | css/testimonials_front.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index 1e8e5f7..f22cd9d 100755 --- a/css/style.css +++ b/css/style.css @@ -557,7 +557,7 @@ float:right; color:#FFF; display:block; text-decoration:none; - padding:0 20px; + padding:0 16px; padding-bottom: 7px; } #main-menu ul li a:hover diff --git a/css/testimonials_front.css b/css/testimonials_front.css index f63e4fe..ea2979e 100755 --- a/css/testimonials_front.css +++ b/css/testimonials_front.css @@ -5,10 +5,10 @@ #testimonials_front{ - padding: 20px 20px 15px 20px; + padding: 10px 20px 15px 20px; background:url('../images/open-quote.png') no-repeat ; background-size: 22px 22px; - background-position: 18px 30px; + background-position: 18px 23px; text-align:justify; min-height:90px; margin-top: 10px; |