Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ body {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

}
.contributor-cards {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2 class="creator-name">Supriya Pandey</h2>
</section>
<section class="contributors">
<span class="img">👩‍💻</span>
<span class="xyz"> Our Contributors</span>
<span class="xyz"> Our Contributors</span>
<div class="contributor-cards" id="contributors-container">
<!-- Contributors will load here dynamically -->
</div>
Expand Down
Loading