From 0a95b3d782bcdd8feffa9128cd28166a6378b64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20J=C3=B6rgensen?= <63782477+saile515@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:06:01 +0100 Subject: [PATCH] fix fullscreen background size --- css/project-kamp.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/project-kamp.css b/css/project-kamp.css index 89d485d..0bfed50 100644 --- a/css/project-kamp.css +++ b/css/project-kamp.css @@ -1976,7 +1976,7 @@ a { height: 100%; background-image: url('../images/header.jpg'); background-position: 0 0; - background-size: auto; + background-size: cover; justify-content: center; align-items: center; display: flex; @@ -3382,4 +3382,4 @@ a { font-weight: 900; font-style: italic; font-display: swap; -} \ No newline at end of file +}