aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-01-25 19:06:52 -0600
committerChristian Cleberg <hello@cleberg.net>2025-01-25 19:06:52 -0600
commit51ca1deb3c9bddddd5cb34a0de6db30e89365b70 (patch)
tree98da52d635a821e7297fea3c995d45b7d3e4e1ce
parent980b3d202b5a53428873feeac2963920d01db8c9 (diff)
downloadspace-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.tar.gz
space-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.tar.bz2
space-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.zip
fix background image
-rw-r--r--.DS_Storebin0 -> 6148 bytes
-rw-r--r--assets/css/styles.css4
2 files changed, 2 insertions, 2 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..2029625
--- /dev/null
+++ b/.DS_Store
Binary files 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;
}