Skip to content

Commit 028a9b8

Browse files
Zuhui GaoZuhui Gao
authored andcommitted
minor adjustment to alignment
1 parent 0a71069 commit 028a9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ init()
5050
<div class="button" @click="router.push('/links')"><LinkIcon class="w-6 mr-2" />All Links</div>
5151
<hr>
5252
</div>
53-
<div class="-translate-y-3 w-full sm:w-56 my-4 sm:my-0">
53+
<div class="-translate-y-1.5 w-full sm:w-56 my-4 sm:my-0">
5454
<LinkCard class="w-full m-1" v-for="l in links[0]" :title="l.title" :icon="l.icon" :href="l.href" small="1" />
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)