Skip to content

Commit

Permalink
shrink album card text
Browse files Browse the repository at this point in the history
  • Loading branch information
112RG committed Jan 22, 2023
1 parent e4d196f commit 6195b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Album/AlbumCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
:src-placeholder="imgUrl"
style="width: auto; height: auto"
/>
<div class="justify-center pt-3 pb-3 card-body">
<div class="justify-center pt-3 pb-3 text-sm card-body">
<p class="text-center truncate ">
{{ props.name }}
</p>
Expand Down

0 comments on commit 6195b88

Please sign in to comment.