From daa67f8400b42782d45fd6b9d0cb09fb145f7e83 Mon Sep 17 00:00:00 2001 From: rikika Date: Mon, 14 Nov 2022 22:27:07 +0900 Subject: [PATCH] aa --- src/pages/index.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7d6c6cb..4986668 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -714,7 +714,7 @@ import { SEO } from "astro-seo"; } .main-image-text2 { position: absolute; - top: 35vh; + top: 36vh; left: 37vw; font-weight: 900; font-size: 2.5vw; @@ -724,7 +724,7 @@ import { SEO } from "astro-seo"; } .main-image-description1 { position: absolute; - top: 44vh; + top: 45vh; left: 36vw; font-weight: 900; font-size: 3vw; @@ -734,7 +734,7 @@ import { SEO } from "astro-seo"; } .main-image-description2 { position: absolute; - top: 51vh; + top: 52vh; left: 34vw; font-weight: 500; font-size: 1.5vw; @@ -744,7 +744,7 @@ import { SEO } from "astro-seo"; } .main-image-description3 { position: absolute; - top: 56vh; + top: 57vh; left: 41vw; font-weight: 700; font-size: 1.5vw;