mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
#51 has spoken
This commit is contained in:
parent
aaf5759feb
commit
e07a85b14f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue