REFACTOR: Update style of AuthModal

This commit is contained in:
Chris-1010
2025-02-27 21:11:22 +00:00
parent 00b2a3547e
commit 82e6074d23
5 changed files with 24 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ export default function GoogleLogin() {
};
return (
<div className="w-full">
<div className="mt-4 w-full hover:scale-105 transition-all ease-in">
<div className="flex flex-wrap justify-center w-full">
<button
onClick={handleLoginClick}
@@ -20,7 +20,7 @@ export default function GoogleLogin() {
alt="Google logo"
className="w-[2em] h-[2em] mr-2"
/>
<span className="flex-grow text-[0.6em] lx:text-[0.75em] 2lg:text-[1em]">
<span className="flex-grow text-[calc((1.5vw+1.5vh)/2)]">
Sign in with Google
</span>
</button>