Skip to content

Commit e565a3b

Browse files
committed
improve wording & styling
1 parent 5f15fcb commit e565a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/components/App/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default class App extends Component {
122122
<Heading level={ 2 }>Wait, but why?</Heading>
123123
<p className={ styles.whyText }>
124124
DraftJS allows you to create powerful editors. This Plugin Architecture
125-
aims to provide you as a developers to use and create plug & play extensions. It comes with a set of plugins with great UX and serving Mobile & Desktop as well as Screenreaders.
125+
aims to provide you as a developers to use and create plug & play extensions. It comes with a set of plugins with great UX (inspired by Facebook & Slack) serving Mobile & Desktop as well as Screenreaders.
126126
</p>
127127
<div style={{ textAlign: 'center' }}>
128128
<iframe

site/components/App/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
.whyText {
123123
text-align: justify;
124-
max-width: 460px;
124+
max-width: 488px;
125125
margin-left: auto;
126126
margin-right: auto;
127127
line-height: 1.6;

0 commit comments

Comments
 (0)