Skip to content

Commit 0040be0

Browse files
committed
improve wording & styling
1 parent e6dd24c commit 0040be0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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 }>Why?</Heading>
123123
<p className={ styles.whyText }>
124124
DraftJS allows you to create powerful editors. This Plugin Architecture
125-
aims to provide you as developer to leverage and create plug & play extensions with great UX while 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 and serving Mobile & Desktop as well as Screenreaders.
126126
</p>
127127
<div style={{ textAlign: 'center' }}>
128128
<iframe

site/components/App/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106

107107
.whyText {
108108
text-align: justify;
109-
max-width: 400px;
109+
max-width: 460px;
110110
margin-left: auto;
111111
margin-right: auto;
112+
line-height: 1.6;
112113
}

site/index.html

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

1818
body {
1919
font-size: 15px;
20-
line-height: 1.2;
20+
line-height: 1.4;
2121
font-family: 'Open Sans', sans-serif;
2222
color: #555;
2323
}

0 commit comments

Comments
 (0)