Center champion cells

This commit is contained in:
BlossomiShymae
2024-10-09 12:49:19 -05:00
parent 57a2cbf282
commit 06e682968c

View File

@@ -15,8 +15,7 @@ watch(currentLocale, async () => {
</script> </script>
<template> <template>
<div class="d-flex flex-column gap-2"> <div class="d-flex flex-row flex-wrap gap-4 justify-content-center">
<div class="d-flex flex-row flex-wrap gap-4">
<div v-for="summary in summaries" :id="`${summary.id}`" <div v-for="summary in summaries" :id="`${summary.id}`"
style="width: 200px;" style="width: 200px;"
data-aos="zoom-out" data-aos="zoom-out"
@@ -36,5 +35,4 @@ watch(currentLocale, async () => {
</NuxtLink> </NuxtLink>
</div> </div>
</div> </div>
</div>
</template> </template>