Skip to content

Commit

Permalink
404 Page: replace .feature with utility classes (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs authored Nov 26, 2024
1 parent 32841e0 commit b70110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Error404Page = ({ headerFooterData }) => {
<div className="usa-content vads-u-text-align--center vads-u-margin-x--auto">
<h3>Sorry — we can’t find that page</h3>
<p>Try the search box or one of the common questions below.</p>
<div className="feature vads-u-display--flex vads-u-align-items--center">
<div className="vads-u-display--flex vads-u-align-items--center vads-u-background-color--primary-alt-lightest vads-u-padding--2 vads-u-margin-y--3 vads-u-margin-x--0">
<form
acceptCharset="UTF-8"
action="/search/"
Expand Down

0 comments on commit b70110f

Please sign in to comment.