Skip to content

Commit 76f12ea

Browse files
authored
Merge pull request #113 from jordanopensource/development
fix(contributors-list): add missing padding on the user head text
2 parents aa52580 + c272843 commit 76f12ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Contributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="content-conatiner">
44
<div class="text-section has-border">
55
<h3 class="hidden head-text md:block">Rank</h3>
6-
<h3 class="head-text">User</h3>
6+
<h3 class="head-text md:px-2 lg:px-5 xl:px-7">User</h3>
77
<div class="flex justify-end w-full">
88
<h3 class="head-text">Total</h3>
99
</div>

0 commit comments

Comments
 (0)