From 35e2cda428aa874085facbc0de408ba7e255dc2d Mon Sep 17 00:00:00 2001 From: Kieran Farr Date: Fri, 1 Nov 2024 21:31:26 -0700 Subject: [PATCH] fix styling --- .../components/components/Logo/Logo.module.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/editor/components/components/Logo/Logo.module.scss b/src/editor/components/components/Logo/Logo.module.scss index 58fde3bd8..83d4d52f2 100644 --- a/src/editor/components/components/Logo/Logo.module.scss +++ b/src/editor/components/components/Logo/Logo.module.scss @@ -12,15 +12,17 @@ column-gap: 1.5rem; } +.logo { + img { + width: 48px; + height: 48px; + object-fit: contain; + } +} @media screen and (max-width: 1268px) { .wrapper { - column-gap: 0rem; - flex-direction: column; + column-gap: 1.5rem; row-gap: 12px; left: 20px; - top: 24px; - .btn { - width: 100%; - } } }