Skip to content

Commit

Permalink
updates className to center div properly (#32646)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitHawk authored Oct 22, 2024
1 parent 7140cc3 commit 6278cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function InterstitialChanges() {
const showAccount = userHasLogingov || userHasIdme;
const returnUrl = sessionStorage.getItem(AUTHN_SETTINGS.RETURN_URL) || '/';
return (
<div className="row medium-screen:vads-u-max-width--900px login vads-u-margin-y--6 vads-u-margin-x--2">
<div className="row vads-u-margin-y--6 vads-u-padding-x--2 login">
<h1
id="signin-changes-title"
className="vads-u-margin-top--2 medium-screen:vads-u-margin-top--1 medium-screen:vads-u-margin-bottom--2"
Expand Down

0 comments on commit 6278cf4

Please sign in to comment.