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