Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 12, 2024
1 parent 05fe3c0 commit 284c9ba
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/layouts/HeaderV4/Main/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
display: flex;
flex-direction: row;
align-items: center;
gap: 32px;


// gap: 16px;
Expand Down Expand Up @@ -131,7 +132,7 @@
font-weight: 500;
line-height: (20 / 14);
text-align: center;
padding: 8px 16px;
padding: 8px 0;
}

.activeDark {
Expand Down
4 changes: 2 additions & 2 deletions src/modules/landing/Componets/Hero/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function HeroContent() {
</button>
</Fade>
</li>
<li>
{/* <li>
<Fade delayEnter={6.6}>
<button
onClick={() => router.push('/')}
Expand All @@ -47,7 +47,7 @@ export default function HeroContent() {
Experience Bitcoin
</button>
</Fade>
</li>
</li> */}
</ul>
{/* <Fade delay={6.7}>
<div className={s.contact}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@

// left: 50%;
// transform: translateX(-50%);
text-transform: uppercase;
// text-transform: uppercase;
// bottom: 16px;

// @include is-min-table {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV5/components/SectionBlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SectionBlock = (props: any) => {
<Box
w={{ base: '80%', md: '100%' }}
className={s.heading}
mx={{ base: '20px', '2xl': 'calc((100vw - 1440px) / 2)' }}
mx={{ base: '20px', '2xl': 'calc((100vw - 1460px) / 2)' }}
>
<Box>
{!!tag && <span className={s.tag}>{tag}</span>}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV5/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const LandingV5 = (props: Props) => {
<BuildItem stagger={0} iconUrl="/landing-v5/ic-bvm.svg">
<Box
className={cn(s.introduction)}
mx={{ base: '20px', '2xl': 'calc((100vw - 1440px) / 2)' }}
mx={{ base: '20px', '2xl': 'calc((100vw - 1460px) / 2)' }}

// mx="auto"
// ml={{ base: '0px', '2xl': 'calc((100vw - 1440px) / 2)' }}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV5/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.introduction_desc {
color: rgba(0, 0, 0, 0.60);
font-family: "SF Pro Display";
font-size: 18px;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%;
Expand Down

0 comments on commit 284c9ba

Please sign in to comment.