glava img sizing

pull/42/head
janko 2024-01-19 15:14:26 +01:00 committed by Lio Novelli
parent 021cbaffb7
commit 4140184e60
1 changed files with 5 additions and 3 deletions

View File

@ -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 {