@@ -53,7 +53,9 @@
}
&.mobile-page {
- background: #ebfdff url("/images/404-mobile.png")no-repeat center center;
+ background: #ebfdff url("/images/404-mobile.png")no-repeat;
+ background-size: contain;
+ background-position-y: 3rem;
position: fixed;
top: 0;
bottom: 0;