Skip to content

Commit

Permalink
Add a bit of space under the description for the landing page
Browse files Browse the repository at this point in the history
When viewed on a mobile browser, the 2 elements are squshed together
  • Loading branch information
Josh5 committed Nov 20, 2021
1 parent 9b2f900 commit 655bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Home() {
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<div className="row">
<div className="col col--6">
<div className="col col--6 margin-bottom--lg">
<img src="/img/unmanic-logo-bluewhite.png" alt="Unmanic Logo"/>
<br/>
<br/>
Expand Down

0 comments on commit 655bfe2

Please sign in to comment.