From 3bfad5783a9dee63256037b9416c65886939ef60 Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Fri, 17 Apr 2026 12:40:44 +0900 Subject: [PATCH] -- --- public/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 229434c..f5b354a 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -42,9 +42,6 @@ header::before { transparent 100% ); } -header > *:first-child { - margin-top: 24px; -} main { view-transition-name: main-content; padding: 24px; @@ -52,6 +49,9 @@ main { padding-bottom: 0px; flex: 1; } +main > *:first-child { + margin-top: 16px; +} footer { view-transition-name: footer-content; padding: 24px;