Skip to content

Commit f8da320

Browse files
committed
improve tagline
1 parent 954cea8 commit f8da320

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
@@ -100,7 +100,7 @@ export default class App extends Component {
100100
</g>
101101
</svg>
102102
<div className={ styles.logoText }>DraftJS Plugins</div>
103-
<p className={ styles.tagline }>A Plugin Architecture on top of DraftJS</p>
103+
<p className={ styles.tagline }>High quality plugins with great UX</p>
104104
<div>
105105
<iframe
106106
src="https://ghbtns.com/github-btn.html?user=nikgraf&repo=draft-js-plugin-editor&type=star&count=true&size=large"

site/components/App/styles.css

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

3131
.tagline {
3232
font-size: 18px;
33-
margin-top: 0px;
33+
margin-top: 0.4em;
3434
margin-bottom: 3em;
3535
}
3636

0 commit comments

Comments
 (0)