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

Added phrases #5761

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions src/sections/Meshmap/meshmap-catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 25%);
padding: 0;
}

h1{
text-align: center;
}

h4{
padding-bottom: 1rem;
text-align: center;
}

.patterns {
display: flex;
Expand Down Expand Up @@ -420,6 +428,10 @@ h3.containerCaption {
const Catalog = () => {
return (
<CatalogWrapper>
<div>
<h1>Integrate design patterns directly into your project website and documentation.</h1>
<h4>Make it easy for users to see how your project's design works in practice.</h4>
</div>
<Container className="catalog-container">
<div className="patterns">
<p className="caption descr">
Expand Down
2 changes: 2 additions & 0 deletions src/sections/Playground/playground-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ const PlaygroundFeatures = () => {
<PlaygroundFeaturesWrapper>
<h1>In the Playground, you can...</h1>
<hr style={{ width: "20%", backgroundColor: "#00b39f", height: "4px", border: "0" }} />
<h4><strong>Illustrate key concepts with visuals. </strong>
<br/>Use diagrams, charts, or images to help users grasp complex ideas quickly.</h4>
<div className="feature">
<div className="feature-text">
<h2>Design architecture diagrams </h2>
Expand Down