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