Skip to content

Commit

Permalink
Fixed the navbar issue on the community page
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveeerr authored Oct 8, 2024
1 parent f6fe6c2 commit 989a2ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/team.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 989a2ee

Please sign in to comment.