Skip to content

Commit

Permalink
fix: mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 3, 2024
1 parent 83b8690 commit e7996ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BangumiResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function inferTwitter(person: PersonInformation) {
>
</CardDescription>
</CardHeader>
<CardContent class="flex gap-4">
<CardContent class="flex gap-4 lt-md:flex-col">
<div><NuxtImg class="max-w-36" :src="subject.images.large" :placeholder="144" /></div>
<div>
<div class="text-sm">{{ subject.summary }}</div>
Expand Down

0 comments on commit e7996ba

Please sign in to comment.