From 72f5fed0351fd34bab47d0c9cae01412b1ad61f7 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:33:53 +0800 Subject: [PATCH] Set KotOR shrine header height --- shrines/starwarskotor/css/style-starwarskotor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shrines/starwarskotor/css/style-starwarskotor.css b/shrines/starwarskotor/css/style-starwarskotor.css index 09dca622..0f50d2b3 100644 --- a/shrines/starwarskotor/css/style-starwarskotor.css +++ b/shrines/starwarskotor/css/style-starwarskotor.css @@ -30,6 +30,10 @@ --clr-main-footer-bg: #171717; } +.main-header { + max-height: 20rem; +} + .main-header img { object-fit: cover; object-position: center;