From 93d2c24fc9739501aac8401b9380290276f2f24e Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Fri, 13 Dec 2024 12:21:05 -0800 Subject: [PATCH] fix: change logo size --- assets/styles/layouts/_header.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/styles/layouts/_header.scss b/assets/styles/layouts/_header.scss index 8cc9a1d..6456dd5 100644 --- a/assets/styles/layouts/_header.scss +++ b/assets/styles/layouts/_header.scss @@ -21,19 +21,18 @@ .header__logo--svg { display: inline-block; width: auto; - max-width: 100px; + max-width: 200px; height: auto; - max-height: 1.5rem; + max-height: 70px; margin-bottom: -1px; margin-right: 2px; @media #{$breakpoint-medium} { - max-width: 150px; + max-width: 240px; } @media #{$breakpoint-large} { - max-width: 200px; - max-height: 30px; + max-width: 280px; } }