Skip to content

Commit

Permalink
Fix search header left margins on small screens (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube authored Apr 19, 2024
1 parent 468c121 commit 8b38493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ h1 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: pre-wrap;
z-index: 1;
margin: 0 calc(-1 * var(--main-content-horizontal-padding));
}
.search-button {
flex: 0 0 auto;
Expand Down Expand Up @@ -132,7 +131,7 @@ h1 {
.search-options {
display: flex;
flex-flow: row wrap;
margin: 0.5em calc(-1 * var(--main-content-horizontal-padding));
margin: 0.5em 0;
align-items: center;
}
.search-option {
Expand Down

0 comments on commit 8b38493

Please sign in to comment.