Skip to content

Commit

Permalink
Fixes breakpoint layouts on profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Jan 18, 2024
1 parent 792c2b0 commit f867cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/[profile]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<v-progress-linear indeterminate />
</template>
<template v-if="!pending && data && data.address">
<v-row>
<v-col cols="3">
<v-row class="justify-sm-start justify-center">
<v-col cols="6" sm="3" xxl="2">
<v-row class="mt-4" justify="center">
<Avatar :address="data.address" />
</v-row>
Expand All @@ -24,7 +24,7 @@
</template>
</v-row>
</v-col>
<v-col cols="9">
<v-col cols="12" sm="9">
<BioCard :address="data.address" />
</v-col>
</v-row>
Expand Down

0 comments on commit f867cde

Please sign in to comment.