Added container to about page

This commit is contained in:
Alexis
2025-05-07 14:34:46 +02:00
parent 245fb421b3
commit f132e6d1e0
3 changed files with 9 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ const moveCalendarRight = useThrottleFn(() => {
</script>
<template>
<div class="container mt-[10vh] mb-auto" @wheel="handleWheel">
<div class="container mx-auto mt-[10vh] mb-auto" @wheel="handleWheel">
<div class="grid grid-cols-5 gap-x-8 gap-y-16">
<CalendarStateYearlyMonthTile
v-for="month in months"