diff --git a/src/assets/css/palmpay.css b/src/assets/css/palmpay.css
index 3e529da..dd0aee2 100644
--- a/src/assets/css/palmpay.css
+++ b/src/assets/css/palmpay.css
@@ -360,7 +360,6 @@ ul.social-buttons {
}
.ambassadorsTitle {
margin-top: 0 !important;
- margin-left: -97px;
}
.about.bg-secondary > div {
padding-left: 0 !important;
@@ -372,16 +371,29 @@ ul.social-buttons {
@media screen and (min-width: 328px) {
.ambassadorsTitle {
- margin-left: -97px;
+ font-weight: bold;
}
.marketingMargin {
- margin-left: -147px !important;
+ font-weight: bold;
}
.merchantsMargin {
- margin-left: -150px !important;
+ font-weight: bold;
}
}
th {
text-align: left !important;
+}
+
+#mainNav p {
+ margin-left: 0 !important;
+
+}
+
+header .col-md-10, header .col-md-10 > div {
+ padding-left: 0 !important;
+}
+
+.search-books-input-wrapper > div {
+ margin-left: 0 !important;
}
\ No newline at end of file
diff --git a/src/assets/img/header/logo.png b/src/assets/img/header/logo.png
index c89f595..4bc62c0 100755
Binary files a/src/assets/img/header/logo.png and b/src/assets/img/header/logo.png differ
diff --git a/src/components/AppHeader.js b/src/components/AppHeader.js
index 6dac271..b0605f5 100644
--- a/src/components/AppHeader.js
+++ b/src/components/AppHeader.js
@@ -14,13 +14,15 @@ import AppLogo from '../assets/img/header/logo.png';
function AppHeader() {
return (
+
+