diff --git a/client/src/modules/front_end_components/Navbar.js b/client/src/modules/front_end_components/Navbar.js index d9f4039..d58e542 100644 --- a/client/src/modules/front_end_components/Navbar.js +++ b/client/src/modules/front_end_components/Navbar.js @@ -44,6 +44,7 @@ function getNavbarLinks (page = null, device) { 'Create' + 'How to Use' + 'Feedback' + + 'Support Me' + 'Github'; } diff --git a/client/src/styles/home.css b/client/src/styles/home.css index bdac0f9..ec21e96 100644 --- a/client/src/styles/home.css +++ b/client/src/styles/home.css @@ -54,6 +54,10 @@ button#home-create-button { margin: 0 15px; } +#about-container div:nth-child(2) h2 { + margin-bottom: 2em; +} + #homepage-logos { display: flex; align-items: center; diff --git a/client/src/views/home.html b/client/src/views/home.html index 128e553..aa5b6f9 100644 --- a/client/src/views/home.html +++ b/client/src/views/home.html @@ -34,7 +34,7 @@