From 410402b9e5c26f09425a322049d656e9259bef21 Mon Sep 17 00:00:00 2001 From: antil0pa Date: Mon, 30 Mar 2020 14:21:02 +0200 Subject: [PATCH] Fixed badge posution --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 94b92d3..286e0c4 100644 --- a/css/style.css +++ b/css/style.css @@ -673,16 +673,16 @@ ul#nav li a:hover .ul#nav li ul { } .service-badge { - position: relative; + position: absolute; width: 120px; - top: -210px; - right: -180px; + top: 60px; + right: 40px; font: 14px/40px Helvetica, Arial, sans-serif; color: white; text-align: center; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); text-indent: -1px; - letter-spacing: -1px; + letter-spacing: 0px; background: #8eb726; border-radius: 10px; padding: 0 10px;