Skip to content

Commit

Permalink
Feat: First Version
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta-leandro committed Jun 21, 2024
1 parent 2c99e86 commit 8dedd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PeopleItemLarge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const props = defineProps({
<div class="column col-xs-12 col-md-6 q-pa-sm">
<div class="row q-card--bordered rounded-borders text-center bg-primary text-white">
<div class="col-xs-12 col-md-6 row items-center">
<img :src="props.people.image" alt="" class="rounded-borders" style="max-width: 50%; height: auto">
<q-img :src="props.people.image" alt="" class="rounded-borders" style="max-width: 50%; height: auto"/>
<img :src="`/${props.people.image}`" alt="" class="rounded-borders" style="max-width: 50%; height: auto">
<q-img :src="`/${props.people.image}`" alt="" class="rounded-borders" style="max-width: 50%; height: auto"/>
</div>
<div class="col-xs-12 col-md-6 q-py-md justify-evenly column">
<div>
Expand Down

0 comments on commit 8dedd30

Please sign in to comment.