From fc208330e83acd186643389ee9c7065eead8f2cd Mon Sep 17 00:00:00 2001 From: Sam <74021826+x39OME@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:24:06 +0300 Subject: [PATCH] Update style.css --- .../style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/100_projects/6-Glassmorphism Hover Effects with Magic Line Indicator/style.css b/100_projects/6-Glassmorphism Hover Effects with Magic Line Indicator/style.css index 74dce8f..c7052bb 100644 --- a/100_projects/6-Glassmorphism Hover Effects with Magic Line Indicator/style.css +++ b/100_projects/6-Glassmorphism Hover Effects with Magic Line Indicator/style.css @@ -26,7 +26,7 @@ ul li a{ color: #fff; text-decoration: none; display: inline-block; - padding: 10px 20px; + padding: 10px 15px; z-index: 1000; backdrop-filter: blur(15px); } @@ -94,4 +94,4 @@ ul li:nth-child(5).active ~ #marker::before{ 0 0 45px #df2fff, 0 0 60px #df2fff, 0 0 15px #df2fff; -} \ No newline at end of file +}