From 989a2eeffafeb4ccbfa81d415f65aa2922ed18d2 Mon Sep 17 00:00:00 2001 From: Rajveer Singh Date: Wed, 9 Oct 2024 00:06:50 +0530 Subject: [PATCH] Fixed the navbar issue on the community page --- views/team.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/team.ejs b/views/team.ejs index 2b6849af..6de1e202 100644 --- a/views/team.ejs +++ b/views/team.ejs @@ -149,16 +149,16 @@ main { padding-top: 80px; } - .team{ + /* .team{ padding-top: 3rem; - } + } */ .heading-contributors { - margin-top: 20px; + margin-top: 5rem; width: 100%; position: relative; text-align: center; font: 900 2.3rem 'Orbitron', sans-serif; - background: #343434; + background: #222222; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }