diff --git a/components/Header.js b/components/Header.js index e0a1754..e968f4c 100644 --- a/components/Header.js +++ b/components/Header.js @@ -2,7 +2,7 @@ import React from 'react' import Logo from './svg/Logo' const Header = ({ enableHeroText }) => ( -
+
@@ -10,16 +10,13 @@ const Header = ({ enableHeroText }) => ( {enableHeroText ? (

Create and share beautiful images of your source code. -
Start typing or drop a file into the text area to get started. +
+ Start typing or drop a file into the text area to get started.

) : null}
diff --git a/components/Page.js b/components/Page.js index 0344f20..263b083 100644 --- a/components/Page.js +++ b/components/Page.js @@ -26,7 +26,7 @@ class Page extends React.Component { justify-content: center; flex-direction: column; align-items: center; - min-width: 1080px; // temporary fix for mobile overflow issue + min-width: 1080px; /* temporary fix for mobile overflow issue */ } `}