Skip to content

Commit

Permalink
Merge pull request #44 from TrustlessComputer/update/building-block
Browse files Browse the repository at this point in the history
Add description
  • Loading branch information
tonytc13579 authored Jan 17, 2024
2 parents 80c96b3 + a35d3e3 commit 70bb5b8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/modules/building-blocks/Section_1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Flex, Box, Text } from '@chakra-ui/react';

const Section1 = () => {
return (
<Flex w={'100%'} flexDir={['column', 'row']}>
<Flex w={'100%'} flexDir={['column']}>
<Text
flex={1}
fontSize={['28px', '48px']}
Expand All @@ -17,16 +17,13 @@ const Section1 = () => {
</Text>
<Box boxSize={['20px', null]} />
<Text
maxW={'650px'}
fontSize={['14px', '22px']}
fontSize={['16px', '20px']}
fontWeight={400}
lineHeight={'110%'}
lineHeight={'36px'}
wordBreak={'break-word'}
color={'#000'}
>
{/* Lorem ipsum dolor sit amet consectetur. Gravida est vehicula fringilla
ut pulvinar. Varius egestas aliquet blandit morbi integer dui. Blandit
semper id aliquam vitae ut dui fusce risus. */}
Assemble the best-of-breed modular blockchain building blocks to build your own Bitcoin L2 blockchain.
</Text>
</Flex>
);
Expand Down

0 comments on commit 70bb5b8

Please sign in to comment.