krz/space-wiki

A fun wiki about space.

clone: git clone https://gitbay.org/krz/space-wiki.git

93b96af15de61b7c3904b8a3d059ddb785c7626a

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2025-01-26T01:07:39Z

fix background image
 assets/css/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/css/styles.css b/assets/css/styles.css
index 51af826..b0c8f6b 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -159,7 +159,7 @@ footer .d-flex {
 #hero {
   background-attachment: fixed;
   background-image: url("https://img.cleberg.net/space-wiki/hero-banner.jpg");
-  background-position: bottom;
+  background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   height: 65vh;