diff --git a/src/Components/Home/HomePage.js b/src/Components/Home/HomePage.js
index c38b176..3e47497 100644
--- a/src/Components/Home/HomePage.js
+++ b/src/Components/Home/HomePage.js
@@ -82,8 +82,8 @@ const HomePage = () => {
Discovery requests
dramatically fast
-
Draft responses
-
in minutes
+
Draft responses to
+
demands in minutes
diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss
index 55f9c4a..98fcf0d 100644
--- a/src/styles/homepage.scss
+++ b/src/styles/homepage.scss
@@ -733,6 +733,10 @@ li.nav-item {
}
@media only screen and (max-width: 498px) {
+ .homepage-container {
+ width: 392px;
+ }
+
ul.navbar-nav {
margin-left: auto;
}
@@ -847,6 +851,7 @@ li.nav-item {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
+ margin-top: 28px;
}
.section-2 {