From 2fab6d6ba2907a5f21bfd6b7640662195db96a82 Mon Sep 17 00:00:00 2001 From: Cameron Kruse <14115927+cameronkruse@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:51:30 -0800 Subject: [PATCH] mobile tweaks --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index da1ab4e..406932c 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -542,7 +542,7 @@ figure p { background-color: #e0dcd6; z-index: 0; background-image: url(""); - background-size:contain; /* Image will be displayed at its original size */ + background-size:cover; background-repeat: no-repeat; background-position: center center; justify-content: center;