fix design

This commit is contained in:
kakkokari-gtyih 2023-12-18 17:51:09 +09:00
parent dac209c090
commit 0b0aa7c172

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="pt-12"> <div class="pt-12">
<div class="mx-auto max-w-screen-xl"> <div class="mx-auto max-w-screen-xl">
<GHero class="bg-white dark:bg-slate-950 mx-6 px-3 rounded-2xl"> <GHero class="bg-white dark:bg-slate-950 mx-6 px-3 py-5 rounded-2xl">
<template #title>{{ $t('_tools.title') }}</template> <template #title>{{ $t('_tools.title') }}</template>
<template #description> <template #description>
{{ $t('_tools.description') }} {{ $t('_tools.description') }}