From 50a11df7814b5b1a186987e432929d0f7eb1721f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:13:52 -0400 Subject: [PATCH] px => vw for gen art in hero section --- src/layouts/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index c91cb00..43f0b71 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -6,17 +6,17 @@ #gen-art-1{ position:absolute; - width:300px; - right: 225px; + width:15vw; + right: 5.8vw; top:300px; z-index: 0; } #gen-art-2{ position:absolute; - width:225px; - right: 375px; - top:600px; + width:16vw; + right: 17.2vw; + top:33.3vw; z-index: 0; }