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