Skip to content

Commit dd27295

Browse files
committed
bio even padding
1 parent e915eae commit dd27295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/users/UserProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<h1 class="text-gray-600"><span class="capitalize">{{user.gender}}</span> looking for {{preferences()}}</h1>
2626
</div>
2727
</div>
28-
<div class="text-center text-wrap p-8 pt-16 border-b">
28+
<div class="text-center text-wrap p-8 border-b">
2929
<h1>{{user.bio}}</h1>
3030
<div class="flex flex-wrap justify-center mx-auto mt-6">
3131
<h1 v-for="(interest, index) in userInterests" :key="index"

0 commit comments

Comments
 (0)