mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +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{
|
#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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue