Skip to content

Commit

Permalink
Merge pull request #822 from TrustlessComputer/arch/new-home
Browse files Browse the repository at this point in the history
update css
  • Loading branch information
sigmar-const authored Nov 8, 2024
2 parents e124e01 + 0da8b88 commit 3863ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
.username {
color: #000;
font-family: "SF Pro Display";
font-size: 12px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV3/Componets/UserReviews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Item = (props: ItemProps) => {
</defs>
</svg> */}

<Text display={'flex'} flexDir={'column'} gap="8px">
<Text display={'flex'} flexDir={'column'} gap="4px">
{typeof content === 'function' ? content() : content}
</Text>
</div>
Expand Down

0 comments on commit 3863ae9

Please sign in to comment.