Skip to content

Commit

Permalink
feat: fix top padding for no results block
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariot committed Sep 12, 2022
1 parent 51564a7 commit 33e55e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4777,6 +4777,7 @@ ul {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 4rem;
}

.search-results .no-results .headline {
Expand Down
1 change: 1 addition & 0 deletions styles/_search_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-top: 4rem;

.headline {
color: #2F3941;
Expand Down

0 comments on commit 33e55e3

Please sign in to comment.