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