krz/space-wiki

A fun wiki about space.

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

51ca1deb3c9bddddd5cb34a0de6db30e89365b70

verified · cmc

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

fix background image
 .DS_Store             | Bin 0 -> 6148 bytes
 assets/css/styles.css |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..2029625
Binary files /dev/null and b/.DS_Store differ
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 3a10983..51af826 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -159,9 +159,9 @@ footer .d-flex {
 #hero {
   background-attachment: fixed;
   background-image: url("https://img.cleberg.net/space-wiki/hero-banner.jpg");
-  background-position: center;
+  background-position: bottom;
   background-repeat: no-repeat;
-  background-size: cover;
+  background-size: contain;
   height: 65vh;
 }