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>
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user