Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update css and some typos #120

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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