diff --git a/client/src/components/Layout.scss b/client/src/components/Layout.scss index 1317e5b..52aaa63 100644 --- a/client/src/components/Layout.scss +++ b/client/src/components/Layout.scss @@ -29,9 +29,8 @@ width: 36px; height: 36px; object-fit: contain; - border-radius: 6px; flex-shrink: 0; - background: #000; + background: transparent; } &__logo-text { diff --git a/client/src/pages/HomePage.scss b/client/src/pages/HomePage.scss index 7f38d06..0ee64ba 100644 --- a/client/src/pages/HomePage.scss +++ b/client/src/pages/HomePage.scss @@ -16,10 +16,8 @@ width: clamp(160px, 28vw, 220px); height: clamp(160px, 28vw, 220px); object-fit: contain; - border-radius: 20px; - background: #000; margin-bottom: 1.5rem; - box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5); + background: transparent; } &__sub {