Przeglądaj źródła

change bg-image position

kaoritokashiki 5 lat temu
rodzic
commit
d7a0bf8226
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/client/styles/scss/theme/spring.scss

+ 2 - 2
src/client/styles/scss/theme/spring.scss

@@ -19,7 +19,7 @@
   .page-editor-preview-container {
     background-image: url('/images/themes/spring/spring02.svg');
     background-attachment: fixed;
-    background-position: center center;
+    background-position: bottom;
     background-size: cover;
   }
 }
@@ -28,7 +28,7 @@
   #page-wrapper {
     background-image: url('/images/themes/spring/spring.svg');
     background-attachment: fixed;
-    background-position: center center;
+    background-position: bottom;
     background-size: cover;
   }
 }