Skip to content

Commit

Permalink
Decreased margin-top to avoid text overlap with husky logo on mobile …
Browse files Browse the repository at this point in the history
…display (#234)
  • Loading branch information
ananyaspatil authored Dec 14, 2023
1 parent 45aef2a commit 050476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/home/_ExploratorySearchButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@media (max-width: 500px) {
margin: 0px auto;
margin-top: 36px;
margin-top: 10px;
}
}

Expand Down

0 comments on commit 050476c

Please sign in to comment.