diff --git a/components/layout.js b/components/layout.js index 84e986a..5a9a9a9 100644 --- a/components/layout.js +++ b/components/layout.js @@ -234,13 +234,13 @@ const Layout = props => { h4, h5, h6 { - /* margin-top: 0; - margin-bottom: 1em; */ font-weight: bold; + margin-bottom: 0.75em; } p { margin-top: 0; + margin-bottom: 0.75em; } a { diff --git a/pages/about.js b/pages/about.js index 68e0841..2ab7210 100644 --- a/pages/about.js +++ b/pages/about.js @@ -5,17 +5,21 @@ const About = props => {
- -

About

-

- quoke - an open source project to collect and share quotations. -

-
- - Edit this page - -
- +

About

+

+ Quoke is an open source project to collect and share quotations. +

+ +

+ It is still in early development. If you'd like to help out{" "} + give it a star on + GitHub. +

+
+ + Edit this page + +

diff --git a/pages/index.js b/pages/index.js index 822d1d7..aa4f014 100644 --- a/pages/index.js +++ b/pages/index.js @@ -18,7 +18,12 @@ const Home = props => { return ( -

Welcome to Quoke

+

Welcome to Quoke

+ +

quoke - an open source project to collect and share quotations.

+ + +
);