bg set to cover and autofits height to viewport
This commit is contained in:
parent
5e41be39a4
commit
dd337e04e0
@ -50,9 +50,9 @@ body, html {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
background: url('images/bg.png') center center / cover no-repeat;
|
||||||
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
background: url('images/bg.png') center center / contain no-repeat;
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user