From 1440c5d554a311ed3e5d7548a81049888fed07df Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:32:24 -0400 Subject: [PATCH] Changed background position --- src/static/css/nebraska-man.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/nebraska-man.css b/src/static/css/nebraska-man.css index 4cde1b0..718b08b 100644 --- a/src/static/css/nebraska-man.css +++ b/src/static/css/nebraska-man.css @@ -29,7 +29,7 @@ background-attachment: fixed; background-position: top; background-repeat: repeat; - background-size: contain; + background-size: cover; border-bottom: 2px solid #949494; }