px => vw for gen art in hero section

This commit is contained in:
Thomas Smith 2022-09-16 11:13:52 -04:00
parent fdacbbf88c
commit 50a11df781

View file

@ -6,17 +6,17 @@
#gen-art-1{ #gen-art-1{
position:absolute; position:absolute;
width:300px; width:15vw;
right: 225px; right: 5.8vw;
top:300px; top:300px;
z-index: 0; z-index: 0;
} }
#gen-art-2{ #gen-art-2{
position:absolute; position:absolute;
width:225px; width:16vw;
right: 375px; right: 17.2vw;
top:600px; top:33.3vw;
z-index: 0; z-index: 0;
} }