Skip to content

Commit

Permalink
fix: styling on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 23, 2024
1 parent 99588d8 commit fa099df
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@ useSeoMeta({
>
<div class="mt-auto">
<AuthorsList :authors="guide.authors" />
<UBadge
:label="guide.tags.join(', ')"
color="blue"
size="sm"
variant="subtle"
class="mb-2 mr-2"
/>
<div class="mt-2">
<UBadge
v-for="tag of guide.tags"
:label="tag"
color="blue"
size="xs"
variant="subtle"
class="mr-2"
/>
</div>
</div>
</ULandingCard>
</UPageGrid>
Expand Down

0 comments on commit fa099df

Please sign in to comment.