diff --git a/src/routes/editor/index.js b/src/routes/editor/index.js index a78046c..d10acf4 100644 --- a/src/routes/editor/index.js +++ b/src/routes/editor/index.js @@ -5,8 +5,15 @@ import style from './style.css' const Editor = ({markdown, setMarkdown}) => (
+

Huge link

+

+ A minimalist serverless publishing tool + that allows you to create markdown posts and + push them to the Web by sharing the link. +

diff --git a/src/routes/editor/style.css b/src/routes/editor/style.css index f5fa1f2..0f1e1ab 100644 --- a/src/routes/editor/style.css +++ b/src/routes/editor/style.css @@ -10,5 +10,5 @@ border: 4px solid hsl(0, 0%, 0%, 0.7); padding: 0.7em 1em; - margin-bottom: 1em; + margin-bottom: 1.5em; }