]> git.agnieray.net Git - galette.git/blobdiff - ui/semantic/galette/globals/site.overrides
Fixed background image
[galette.git] / ui / semantic / galette / globals / site.overrides
index 602b17c91a4a78efbb879acef14cdf9917514fc3..2479cb95b8605e84a0dc727962c10006c7a8c362 100644 (file)
@@ -36,8 +36,13 @@ body.pushable:not(.loggedin) > .pusher {
     justify-content: center;
 }
 
-.loggedin #main .main-content {
-  padding: 1.25rem;
+.loggedin #main {
+  background-image: url(@galetteBackgroundImage);
+  background-repeat: no-repeat;
+  background-attachment: fixed;
+  .main-content {
+    padding: 1.25rem;
+  }
 }
 
 #top-navbar,
@@ -64,7 +69,7 @@ aside.computer.toc {
 }
 
 .ui.fixed.menu + .pusher {
-  padding-top: 4.5rem;
+  padding-top: 4rem;
 }
 
 aside.toc {