From 364ab2a83f63cb0b5a29edff3c1b070f7312b29f Mon Sep 17 00:00:00 2001 From: AftabMankapure Date: Mon, 19 Feb 2024 23:53:07 +0530 Subject: [PATCH] update navbar --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 84b60f96d..329c387b5 100644 --- a/style.css +++ b/style.css @@ -195,7 +195,7 @@ header { background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(46, 151, 192, 0.8)); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px); - border-radius: 50px; + /* border-radius: 50px; */ border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); }