From 284c9ba48cc6460b646f83707a87a06aa97ee480 Mon Sep 17 00:00:00 2001 From: sigmar-const Date: Tue, 12 Nov 2024 20:22:48 +0700 Subject: [PATCH] minor update --- src/layouts/HeaderV4/Main/style.module.scss | 3 ++- src/modules/landing/Componets/Hero/Content/index.tsx | 4 ++-- src/modules/landing/Componets/Hero/Content/styles.module.scss | 2 +- src/modules/landingV5/components/SectionBlock/index.tsx | 2 +- src/modules/landingV5/index.tsx | 2 +- src/modules/landingV5/styles.module.scss | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/layouts/HeaderV4/Main/style.module.scss b/src/layouts/HeaderV4/Main/style.module.scss index 11906e4ba..f326e63d5 100644 --- a/src/layouts/HeaderV4/Main/style.module.scss +++ b/src/layouts/HeaderV4/Main/style.module.scss @@ -101,6 +101,7 @@ display: flex; flex-direction: row; align-items: center; + gap: 32px; // gap: 16px; @@ -131,7 +132,7 @@ font-weight: 500; line-height: (20 / 14); text-align: center; - padding: 8px 16px; + padding: 8px 0; } .activeDark { diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index 59c0106f3..9f2451d05 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -38,7 +38,7 @@ export default function HeroContent() { -
  • + {/*
  • -
  • + */} {/*
    diff --git a/src/modules/landing/Componets/Hero/Content/styles.module.scss b/src/modules/landing/Componets/Hero/Content/styles.module.scss index b5c1e737a..7dc1f7b6b 100644 --- a/src/modules/landing/Componets/Hero/Content/styles.module.scss +++ b/src/modules/landing/Componets/Hero/Content/styles.module.scss @@ -291,7 +291,7 @@ // left: 50%; // transform: translateX(-50%); - text-transform: uppercase; + // text-transform: uppercase; // bottom: 16px; // @include is-min-table { diff --git a/src/modules/landingV5/components/SectionBlock/index.tsx b/src/modules/landingV5/components/SectionBlock/index.tsx index 398fd63d8..5210a2d8f 100644 --- a/src/modules/landingV5/components/SectionBlock/index.tsx +++ b/src/modules/landingV5/components/SectionBlock/index.tsx @@ -129,7 +129,7 @@ const SectionBlock = (props: any) => { {!!tag && {tag}} diff --git a/src/modules/landingV5/index.tsx b/src/modules/landingV5/index.tsx index a4de70f82..10c3cf0aa 100644 --- a/src/modules/landingV5/index.tsx +++ b/src/modules/landingV5/index.tsx @@ -29,7 +29,7 @@ const LandingV5 = (props: Props) => {