From 51ca1deb3c9bddddd5cb34a0de6db30e89365b70 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 25 Jan 2025 19:06:52 -0600 Subject: fix background image --- .DS_Store | Bin 0 -> 6148 bytes assets/css/styles.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .DS_Store 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; } -- cgit v1.2.3-70-g09d2