diff --git a/src/app.html b/src/app.html
index fa870fa..f410679 100644
--- a/src/app.html
+++ b/src/app.html
@@ -17,12 +17,12 @@
}
@media not all and (min-resolution: 0.001dpcm) {
body {
- background: url('/images/uploads/background-bloghouse-opt.jpg') fixed 50% / cover
- no-repeat #121619;
+ background: url('/images/uploads/background-bloghouse-opt.jpg') fixed 50% / cover repeat-y
+ #121619;
}
}
body {
- background: url('/images/uploads/background-bloghouse-opt.webp') fixed 50% / cover no-repeat
+ background: url('/images/uploads/background-bloghouse-opt.webp') fixed 50% / cover repeat-y
#121619;
}