improve login styling

This commit is contained in:
mbecker20
2026-02-26 16:47:15 -08:00
parent 330178dbb8
commit be73f20fd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function LoginHeader({
}) {
const options = useLoginOptions().data;
return (
<Group gap="4rem" justify="space-between">
<Group justify="space-between">
<Group gap="sm">
<img src="/mogh-512x512.png" width={42} height={42} alt="moghtech" />
<Stack gap="0">
+1 -1
View File
@@ -137,7 +137,7 @@ export default function Login({
: (localForm.onSubmit((form) => login(form)) as any)
}
style={{ display: "flex", flexDirection: "column", gap: "1rem" }}
miw={{ lg: "500px" }}
miw={{ xs: "530px" }}
maw="95vw"
>
{options?.local && !secondFactorPending && (