Skip to content

Commit

Permalink
CM-1058: Fix spacing issue on error page (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-oxd authored Nov 7, 2023
1 parent 025ef43 commit ad75139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gatsby/src/components/search/noSearchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const NoSearchResults = ({
</div>
<p><b>You could:</b></p>
<ul>
{(hasCity || hasPark) && (
<li>Change your search term</li>
)}
{hasCity && (
<li>
<button
Expand Down
1 change: 1 addition & 0 deletions src/gatsby/src/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ div[class$="-singleValue"] {
}

.no-results-container {
padding-top: 16px;
.no-results-header {
display: flex;
margin-bottom: 24px;
Expand Down

0 comments on commit ad75139

Please sign in to comment.