diff --git a/style.css b/style.css index c6227c1..f456be6 100755 --- a/style.css +++ b/style.css @@ -50,9 +50,9 @@ body, html { position: fixed; top: 0; left: 0; + background: url('images/bg.png') center center / cover no-repeat; + height: 100vh; width: 100%; - height: 100%; - background: url('images/bg.png') center center / contain no-repeat; z-index: 0; pointer-events: none; }