From 50d28e62d9b1567ac1024171fbe95a4eaf32c3c8 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sat, 5 Apr 2025 03:45:50 +0200 Subject: [PATCH] Update header image styles and comment out width property The `width` property for `#header-img` was commented out due to layout issues impacting the logo display. --- frontend/src/app/header/header.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/header/header.component.scss b/frontend/src/app/header/header.component.scss index c06c915..8bff79f 100644 --- a/frontend/src/app/header/header.component.scss +++ b/frontend/src/app/header/header.component.scss @@ -15,7 +15,7 @@ header .container { } #header-img { - width: 45%; + //width: 45%; TODO peter figure out why you added this cus it makes the logo weird af max-width: 550px; padding-bottom: 15px; margin-top: -120px;