glava img sizing
parent
021cbaffb7
commit
4140184e60
|
@ -50,10 +50,12 @@ h1 {
|
|||
|
||||
img {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
top: -10wh;
|
||||
left: -10vw;
|
||||
width: 120vw;
|
||||
height: 120vh;
|
||||
z-index: 10;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.meni {
|
||||
|
|
Loading…
Reference in New Issue