Skip to content

Commit

Permalink
Update 404 search field height for base font-size change (#934)
Browse files Browse the repository at this point in the history
* update 404 search field height for base font-size change

* convert remaining rem values
  • Loading branch information
powellkerry authored May 20, 2024
1 parent 70cd263 commit 16a0878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private: true
>
<div
class="vads-u-display--flex vads-u-align-items--flex-start vads-u-justify-content--center"
style="height:5.7rem;"
style="height:3.55rem;"
>
<label for="mobile-query" class="sr-only">
Search:
Expand Down
4 changes: 2 additions & 2 deletions pages/503.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
line-height: 1.3;
margin-bottom: .25em;
margin-top: 1.5em;
font-size: 1.3rem;
font-size: 0.8125rem;
}

h1 {
margin-top: 1em;
font-size: 1.6rem;
font-size: 1rem;
}

p {
Expand Down

0 comments on commit 16a0878

Please sign in to comment.