Skip to content

Commit

Permalink
Limit badge size
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Nov 7, 2024
1 parent ca622b1 commit 990bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AchievementBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const achievementProps: AchievementProps = {
</template>
<style lang="scss" scoped>
.badge {
@apply relative select-none aspect-square self-center;
@apply relative select-none aspect-square self-center max-w-40;
filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
flex: 0 0 calc(33% - 5px);
Expand Down

0 comments on commit 990bfd2

Please sign in to comment.