diff --git a/package.json b/package.json index a834651..4e5a2e1 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "@feathersjs/client": "^3.7.2", "@material-ui/core": "^3.1.0", "@material-ui/icons": "^3.0.1", + "bootstrap": "^4.1.3", "country-list": "^1.1.0", "mdbreact": "^4.7.1", "react": "^16.5.2", diff --git a/src/assets/css/mdb.css b/src/assets/css/mdb.css index fb26b48..68c5da0 100644 --- a/src/assets/css/mdb.css +++ b/src/assets/css/mdb.css @@ -3942,7 +3942,7 @@ a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href] padding-bottom: 1.5rem !important; } .p-5 { - padding: 3rem !important; } + padding: 3rem; } .pt-5 { padding-top: 3rem !important; } diff --git a/src/assets/css/palmpay.css b/src/assets/css/palmpay.css index 3fbf375..49511a3 100644 --- a/src/assets/css/palmpay.css +++ b/src/assets/css/palmpay.css @@ -66,7 +66,7 @@ p { color: rgba(255, 255, 255, 0.7); } section { - padding: 8rem 0; } + padding: 50px 0; } .section-heading { margin-top: 0; } @@ -163,7 +163,9 @@ img::-moz-selection { padding-top: 0px; padding-bottom: 0px; } #mainNav .navbar-brand .logo1 { - display: none !important; } + /*display: none !important;*/ + width: 223px; + } #mainNav .navbar-brand .logo2 { display: inline !important; } } @media (min-width: 992px) { @@ -293,8 +295,8 @@ header.masthead { .copyright { background-color: #212529; - padding-left: 6rem; - padding-right: 6rem; + /*padding-left: 6rem; + padding-right: 6rem;*/ } ul.social-buttons { @@ -350,3 +352,16 @@ ul.social-buttons { } } +.search-books-input-wrapper { + margin-left: 0 !important; +} +#testimonies .container .row > div { + border: none !important; +} +.ambassadorsTitle { + margin-top: 0 !important; +} +.about.bg-secondary > div { + padding-left: 0 !important; + padding-right: 0 !important; +} diff --git a/src/components/EnhancedSearch.js b/src/components/EnhancedSearch.js index 34c4118..d3d43dc 100644 --- a/src/components/EnhancedSearch.js +++ b/src/components/EnhancedSearch.js @@ -30,6 +30,7 @@ const styles = theme => ({ }, textField: { flexBasis: 280, + borderColor: "#139657" }, }); @@ -49,7 +50,7 @@ class EnhancedSearch extends Component {
@@ -106,7 +110,7 @@ function Footer() {