From 9707ada308b7e66e753d5ed3060de71bce99d8ce Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Fri, 29 Mar 2024 17:42:41 -0400 Subject: [PATCH] Changed the header background image from "100%" to "cover" --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index f64b51b..55d53fc 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -354,7 +354,7 @@ body { .header { background-color: lightgray; - background-size: 100%; + background-size: cover; background-position: bottom; display: inline-block; z-index: 1; /* this prevents images with css filters from appearing above the header when in portrait mode */