Skip to content

Commit

Permalink
Merge pull request #113 from jordanopensource/development
Browse files Browse the repository at this point in the history
fix(contributors-list): add missing padding on the user head text
  • Loading branch information
thread-koder authored Jan 21, 2024
2 parents aa52580 + c272843 commit 76f12ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Contributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="content-conatiner">
<div class="text-section has-border">
<h3 class="hidden head-text md:block">Rank</h3>
<h3 class="head-text">User</h3>
<h3 class="head-text md:px-2 lg:px-5 xl:px-7">User</h3>
<div class="flex justify-end w-full">
<h3 class="head-text">Total</h3>
</div>
Expand Down

0 comments on commit 76f12ea

Please sign in to comment.