From 6546e7927ae52fce656248364519329b866c33df Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 4 May 2023 05:27:02 -0400 Subject: Update styles.css --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/styles.css') diff --git a/static/css/styles.css b/static/css/styles.css index 287eb516..d1e648f1 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -12,7 +12,7 @@ body { background-image: url("../images/site/pattern.png"); background-repeat: no-repeat; background-attachment: fixed; - background-size: 100% auto; + background-size: cover; background-position: center center; } -- cgit v1.2.3