diff --git a/src/pages/index.astro b/src/pages/index.astro index f52dbea..f101ffc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,13 +68,13 @@ import { SEO } from "astro-seo"; 大阪大学医学部卒業 院長 新井浩樹 -
+

お知らせ

- +
-
+

院長紹介

あらい腎泌尿器科クリニックの院長新井浩樹の画像
@@ -459,12 +459,14 @@ import { SEO } from "astro-seo"; color:#FFFFFF; } - .wrap1 { + .wrap-intro { background: #FFFFFF; display: flex; flex-direction: column; padding: 24px; gap: 32px; + margin: 0 8vw; + } .wrap2 { @@ -630,8 +632,9 @@ import { SEO } from "astro-seo"; color: #595656; } - .wrap1-notification { + .wrap-notification { padding-top: 32px; + margin: 0 8vw; } .embedded-doc { @@ -1075,10 +1078,9 @@ import { SEO } from "astro-seo"; box-sizing: border-box; } - .wrap1-notification { - padding-top: 0px; - width: 100vw; - + .wrap-notification { + padding-top: 64px; + margin: 0 8vw; } .wrap1-introduction {