From 73b319bd112adad2a8b90fd045d0015d4507cca3 Mon Sep 17 00:00:00 2001 From: holybasil Date: Sat, 5 Aug 2023 10:15:41 +0800 Subject: [PATCH] fix: adjustment --- public/scroll.svg | 28 +++++++++++- src/components/Header/Header.astro | 6 ++- .../Header/Search/Search.module.css | 6 ++- .../Header/Search/SearchInput.module.css | 8 +++- src/components/HomeSearch/index.module.css | 5 ++- src/layouts/HomeLayout.astro | 43 ++++++++++++++++++- src/layouts/LandingLayout.astro | 1 + src/layouts/MainLayout.astro | 1 + src/pages/en/home/ConnectUs.astro | 6 +-- 9 files changed, 92 insertions(+), 12 deletions(-) diff --git a/public/scroll.svg b/public/scroll.svg index 7cef1e4d1..5bb20831b 100644 --- a/public/scroll.svg +++ b/public/scroll.svg @@ -1 +1,27 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Header/Header.astro b/src/components/Header/Header.astro index 0a3a026a0..be9070368 100644 --- a/src/components/Header/Header.astro +++ b/src/components/Header/Header.astro @@ -35,7 +35,11 @@ const section = frontmatter?.section ?? ""