diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 8a8055b..f33c7b6 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -58,7 +58,8 @@ import shapes from '../graphics/shapes_twirl_2.svg'; .img { position: absolute; - right: 0rem; - top: 4.56rem; + right: 0; + top: 73px; + z-index: -1; }