mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
intro background fixed
This commit is contained in:
parent
2bcdd1e497
commit
86409d6ade
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url('/images/intro_background.jpg');
|
background-image: url('/images/intro_background.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-origin: border-box;
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue