#51 has spoken

This commit is contained in:
dragongoose 2023-11-30 18:49:16 -05:00
parent aaf5759feb
commit e07a85b14f
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -124,7 +124,7 @@ export default {
</div>
</div>
<ul ref="categoryList" class="flex flex-wrap justify-evenly">
<ul ref="categoryList" class="flex flex-wrap justify-center">
<li v-for="category in data" :key="category.name" ref="categoryItem"
class="m-2 hover:scale-105 transition-transform">
<category-preview :category-data="category"></category-preview>