Skip to content

Commit

Permalink
Update login screen mobile width.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 7, 2023
1 parent febfa13 commit f94f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sign-in/sign-in.tsx
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ export const SignIn = (): React.ReactElement => {
return (
<div className="grid-container">
<div className="grid-row">
<div className="grid-col-6">
<div className="tablet:grid-col-6">
<h1>Sign In</h1>
{error && (
<Alert id="loginAlert" type="error" heading="Error">

0 comments on commit f94f9b5

Please sign in to comment.