diff --git a/src/App.scss b/src/App.scss index 81582a4..4a32304 100644 --- a/src/App.scss +++ b/src/App.scss @@ -69,3 +69,7 @@ a:not(.nav-link) { color: $text !important; } } + +.homeContainer { + padding-top: 20px; +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 43abeef..8f3d25b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -91,8 +91,8 @@ export default class App extends React.Component { loggedIn ? ( ) : ( -
- Log in to see this content. +
+ Log in to see this content.
)