removes tailwind class on smaller window size

This commit is contained in:
Justin Young 2023-07-08 10:30:21 -06:00
parent 651f984e52
commit 4ff1ebb524

View file

@ -18,7 +18,7 @@ export default function LoginPage() {
href="/"
className={cn(
buttonVariants({ variant: "ghost" }),
"absolute left-4 top-4 md:left-8 md:top-8"
"absolute left-8 top-8"
)}
>
<>