From bd50aa953caab9cc4db639d28276f1251cc205c8 Mon Sep 17 00:00:00 2001 From: ahad Date: Tue, 5 Mar 2024 20:34:49 +0500 Subject: [PATCH] Fixed Shadow --- portfolio.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio.css b/portfolio.css index 7dc7718..743c389 100644 --- a/portfolio.css +++ b/portfolio.css @@ -1361,7 +1361,7 @@ i { font-size: 20px; background: var(---primary-clr); color: var(---secondary-clor); - text-shadow: 2px 2px 10px black; + text-shadow: 1px 1px 4px black; padding: 0.7em 1em; padding-left: 0.9em; display: flex;