diff --git a/src/js/components/SearchResults.js b/src/js/components/SearchResults.js
index 308c5652..a434fed0 100755
--- a/src/js/components/SearchResults.js
+++ b/src/js/components/SearchResults.js
@@ -48,9 +48,9 @@ const SearchResults = ({
- {' '}
+
- {' '}
+
)}
diff --git a/src/scss/global/_core.scss b/src/scss/global/_core.scss
index 0c8d1481..82e4ed1b 100755
--- a/src/scss/global/_core.scss
+++ b/src/scss/global/_core.scss
@@ -741,7 +741,7 @@ footer {
}
h4 {
- font-size: 1.3rem;
+ font-size: 1.4rem;
}
h5 {
@@ -773,7 +773,7 @@ footer {
}
h4 {
- font-size: 1.1rem;
+ font-size: 1.2rem;
}
h5 {
diff --git a/src/scss/views/_artist.scss b/src/scss/views/_artist.scss
index d771199e..6a3238f4 100755
--- a/src/scss/views/_artist.scss
+++ b/src/scss/views/_artist.scss
@@ -123,7 +123,7 @@
.sub-views {
margin-left: 5px;
- padding-top: 10px;
+ padding-top: 30px;
.option {
margin: 0 8px;
diff --git a/src/scss/views/_search.scss b/src/scss/views/_search.scss
index 06a266cd..51ea489c 100755
--- a/src/scss/views/_search.scss
+++ b/src/scss/views/_search.scss
@@ -81,6 +81,10 @@
}
@include responsive($bp_medium) {
+ header {
+ margin-bottom: 0;
+ }
+
.search-form {
top: 10px;
left: 40px;
@@ -97,7 +101,7 @@
}
.search-result-sections {
- padding: 10px 10px 0;
+ // padding: 10px 10px 0;
section {
width: auto;