Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Aug 16, 2024
1 parent 57706b9 commit 4b1cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Home() {

return (
<div className="flex h-screen w-screen items-center justify-center bg-gray-300">
<div className="flex h-[60vh] w-[80vw] flex-col items-center justify-center rounded-xl bg-white px-8 py-[10vh] drop-shadow-xl md:h-[45vh] md:w-[40vw] xl:w-[30vw] 2xl:w-[20vw]">
<div className="flex h-[60vh] w-[80vw] flex-col items-center justify-center rounded-xl bg-white px-8 py-[10vh] drop-shadow-xl md:h-[45vh] md:w-[50vw] lg:w-[40vw] xl:w-[30vw] 2xl:w-[20vw]">
<h1 className="text-4xl font-bold">SSO Login</h1>
{SSOLoginStatus()}
{loading && <p className="mt-4 text-gray-500">Loading...</p>}
Expand Down

0 comments on commit 4b1cb99

Please sign in to comment.