mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
removes tailwind class on smaller window size
This commit is contained in:
parent
651f984e52
commit
4ff1ebb524
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)}
|
||||
>
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in a new issue