aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-01-25 19:07:39 -0600
committerChristian Cleberg <hello@cleberg.net>2025-01-25 19:07:39 -0600
commit93b96af15de61b7c3904b8a3d059ddb785c7626a (patch)
treeb8837ad07483b1cae8ad3fa7b8a48e9c17c30deb
parent51ca1deb3c9bddddd5cb34a0de6db30e89365b70 (diff)
downloadspace-wiki-93b96af15de61b7c3904b8a3d059ddb785c7626a.tar.gz
space-wiki-93b96af15de61b7c3904b8a3d059ddb785c7626a.tar.bz2
space-wiki-93b96af15de61b7c3904b8a3d059ddb785c7626a.zip
fix background image
-rw-r--r--assets/css/styles.css2
1 files changed, 1 insertions, 1 deletions
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;