Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent 98c4d27 commit c88fc95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
font-family: "SF Pro Display";
font-size: 28px;
font-style: normal;
font-weight: 700;
font-weight: 600;
line-height: 140%;
/* 39.2px */

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $text-max-width: 85ch;
.title {
color: rgba(255, 255, 255, 0.60);
font-family: "JetBrains Mono";
font-size: 36px;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
Expand Down
22 changes: 1 addition & 21 deletions src/modules/landingV5/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,16 @@ const LandingV5 = (props: Props) => {
return (
<div className={s.landing}>
<Box>
<Box
// ml={{ base: '20px', '2xl': 'calc((100vw - 1440px) / 2)' }}
mt={'80px'}
>
<Box mt={'80px'}>
<BuildItem stagger={0} iconUrl="/landing-v5/ic-bvm.svg">
<Box
className={cn(s.introduction)}
mx={{ base: '20px', '2xl': 'calc((100vw - 1460px) / 2)' }}

// mx="auto"
// ml={{ base: '0px', '2xl': 'calc((100vw - 1440px) / 2)' }}
// ml={{ base: '20px', '2xl': 'calc((100vw - 1440px) / 2)' }}

// pr="20px"
>
<Box flex="1">
<div className={s.introduction_title}>
Experience Bitcoin like never before.
</div>
{/* <div className={s.introduction_desc}>
Bitcoin Virtual Machine (BVM) is Bitcoin’s most comprehensive
development platform, offering builders over 30 products and
services for building on Bitcoin. From scaling technologies
like ZK rollups and Data Availability layers to emerging
technologies like L1 metaprotocols and GPU-accelerated VMs,
BVM equips you with the tools to push the boundaries of what's
possible on Bitcoin.
{/* <br />
<br /> Let’s build. */}
{/* </div> */}
</Box>
<Box className={s.introduction_desc}>
Ethereum’s heyday is over. Powered by BVM, Bitcoin is the new
Expand Down

0 comments on commit c88fc95

Please sign in to comment.