From 9f702dbfa74b524b4553bd1686532bc7d35d9985 Mon Sep 17 00:00:00 2001 From: MAZE Date: Mon, 27 Nov 2023 00:11:43 +0330 Subject: [PATCH] style: change logo --- public/faded-logo.svg | 36 ----------------------------- public/logo.svg | 11 +++++++++ src/components/hero/hero.module.css | 4 ++-- src/components/hero/hero.tsx | 4 +++- 4 files changed, 16 insertions(+), 39 deletions(-) delete mode 100644 public/faded-logo.svg create mode 100644 public/logo.svg diff --git a/public/faded-logo.svg b/public/faded-logo.svg deleted file mode 100644 index 1e1eaaf..0000000 --- a/public/faded-logo.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..fedcc84 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 1fd0871..0144cd4 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -4,8 +4,8 @@ & .logo { display: block; - width: 65px; - margin: 0 auto 5px; + width: 45px; + margin: 0 auto 12px; } & .title { diff --git a/src/components/hero/hero.tsx b/src/components/hero/hero.tsx index 6b248a4..2914d0f 100644 --- a/src/components/hero/hero.tsx +++ b/src/components/hero/hero.tsx @@ -11,7 +11,9 @@ export function Hero() { Faded Moodist Logo