Skip to content

Commit

Permalink
Align flex items center
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Sep 20, 2024
1 parent 6b663a3 commit 651a485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Document.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div v-else-if="document" class="flex gap-5 my-10 flex-col md:flex-row">
<div class="md:w-3/12 lg:w-3/12 xl:w-2/12 md:text-right">
<div class="flex flex-col gap-5">
<div class="w-3/2 md:w-full items-start gap-2 flex md:flex-col">
<div class="w-3/2 md:w-full items-center md:items-start gap-2 flex md:flex-col">
<router-link tag="div" :to="`/resources/${resource.index}`">
<img :src="resource.covers.portrait" class="rounded w-24 md:w-full shadow-xl" />
</router-link>
Expand Down

0 comments on commit 651a485

Please sign in to comment.