Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Match Search button height to input height on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Jul 12, 2021
1 parent 8e6f6af commit 609ff68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/SearchGridForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ export default {
.button {
font-size: 1rem;
padding: 0.5rem calc(1rem + 0.2rem);
line-height: 0;
@include desktop {
font-size: 1.43rem;
padding: calc(2rem - 0.187rem) 2.5rem;
padding-left: var(--button-padding-horizontal);
padding-right: var(--button-padding-horizontal);
height: 3.875rem;
}
}
}
Expand Down

0 comments on commit 609ff68

Please sign in to comment.