mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Center champion cells
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user