mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
px => vw for gen art in hero section
This commit is contained in:
parent
fdacbbf88c
commit
50a11df781
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue