Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
rikikamano committed Nov 14, 2022
1 parent e2f566e commit daa67f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit daa67f8

Please sign in to comment.