From 36e05b6ce83791b009f60567081c2a3f20dad9ca Mon Sep 17 00:00:00 2001 From: mehm8128 Date: Tue, 11 Jun 2024 01:42:08 +0900 Subject: [PATCH] =?UTF-8?q?sp=E3=81=A7=E8=A1=A8=E7=A4=BA=E3=81=8C=E5=BE=AE?= =?UTF-8?q?=E5=A6=99=E3=81=AB=E3=81=AA=E3=82=89=E3=81=AA=E3=81=84=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=ABpadding=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/PageContainer.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Layout/PageContainer.vue b/src/components/Layout/PageContainer.vue index 1ba578e..a98fef3 100644 --- a/src/components/Layout/PageContainer.vue +++ b/src/components/Layout/PageContainer.vue @@ -22,7 +22,6 @@ defineProps<{ width: 100%; max-width: 1024px; margin: 0 auto; - padding-top: 1rem; + padding: 1rem 0.5rem 1rem; } -import { Path } from 'typescript';