Skip to content

Commit

Permalink
landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Nov 15, 2023
1 parent 6311913 commit cc784be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ui/src/pages/Home/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ $home-z-index-100: 100;
gap: var(--bt-size-50);

&_cover {
display: flex;
display: grid;
grid-template-columns: auto auto;
align-items: center;
gap: var(--bt-size-50);
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Home/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Features: React.FC = () => {
<div className={style.home__features}>
<div className={style.home__features_cover}>
<div>
<Text strong>
<Text strong keyboard>
BinaryTree comes packed with some awesome features. For
modern app development, tools like BinaryTree can
significantly enhance and streamline your workflow.
Expand Down

0 comments on commit cc784be

Please sign in to comment.