changed the position of the background-image
@@ -34,7 +34,7 @@ $wikilinktext-hover: lighten($wikilinktext, 20%);
background-color: rgba(255, 255, 255, 0.8);
background-image: url('/images/themes/spring/spring04.svg');
background-attachment: fixed;
- background-position: center center;
+ background-position: bottom;
background-size: cover;
}