We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954cea8 commit f8da320Copy full SHA for f8da320
site/components/App/index.js
@@ -100,7 +100,7 @@ export default class App extends Component {
100
</g>
101
</svg>
102
<div className={ styles.logoText }>DraftJS Plugins</div>
103
- <p className={ styles.tagline }>A Plugin Architecture on top of DraftJS</p>
+ <p className={ styles.tagline }>High quality plugins with great UX</p>
104
<div>
105
<iframe
106
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
@@ -30,7 +30,7 @@
30
31
.tagline {
32
font-size: 18px;
33
- margin-top: 0px;
+ margin-top: 0.4em;
34
margin-bottom: 3em;
35
}
36
0 commit comments