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{
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;
}