diff options
| author | Christian Cleberg <[email protected]> | 2025-01-25 19:06:52 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-01-25 19:06:52 -0600 |
| commit | 51ca1deb3c9bddddd5cb34a0de6db30e89365b70 (patch) | |
| tree | 98da52d635a821e7297fea3c995d45b7d3e4e1ce /assets | |
| parent | 980b3d202b5a53428873feeac2963920d01db8c9 (diff) | |
| download | space-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.tar.gz space-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.tar.bz2 space-wiki-51ca1deb3c9bddddd5cb34a0de6db30e89365b70.zip | |
fix background image
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
