diff --git a/app/stylus/components/FullView.styl b/app/stylus/components/FullView.styl index a31f3d9..103a491 100644 --- a/app/stylus/components/FullView.styl +++ b/app/stylus/components/FullView.styl @@ -6,9 +6,10 @@ display: flex; flex-direction: column; overflow: hidden; - background-color: rgba(#2a4b58, 0.9); - background-position: bottom; - background-size: auto 85%; + background-image: url('/resources/images/background.svg'); + background-attachment: fixed; + background-position: center; + background-size: cover; background-repeat: no-repeat; > .info {