Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/core/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const FeatureCardItem = styled.div`
}

.card-desc {
margin: 0;
margin: 1px;
font-size: var(--fs-rg);
text-align: center;
}
Expand Down Expand Up @@ -505,11 +505,11 @@ const Landing = ({ setOpen, user, setUser }) => {
<Container>
<Row className="justify-content-md-center">
<Col lg="8" className="d-flex flex-column justify-content-center">
<h2 className="banner-title text-center">Create, Export, Share, and Use any Shapes of your choice.</h2>
<h2 className="banner-title text-center">Create, Export, Share and Use any Shapes of your choice.</h2>
<p className="banner-desc text-center">
TryShape is an opensource platform to create shapes of your choice using a simple,
easy-to-use interface. You can create banners, circles, polygonal shapes, export them as
SVG, PNG, and even as CSS.
easy-to-use interface. You can create banners, circles, polygonal shapes and export them as
SVG, PNG and even as CSS.
</p>
<BannerBodyActions>
<Link href="/app" ><Button variant="primary"><FiPenTool/>Try Now</Button></Link>
Expand Down