Skip to content

Commit

Permalink
Update login button sizing and add form spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sk337 committed Jan 23, 2024
1 parent 2241e2d commit fe067ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function App() {
if (isLogin == false) {
return (
<main className="flex flex-col items-center justify-center">
<div className="flex flex-wrap items-center justify-center w-1/2 mt-10">
<div className="flex flex-wrap items-center justify-center w-3/5 mt-10">
<Alert id="error" className="bg-red-500 hidden">
<AlertTitle>Error</AlertTitle>
<hr className="text-white" />
Expand All @@ -101,9 +101,10 @@ export default function App() {
id="password"
placeholder="Password"
type="password"
className="mt-3"
></Input>
<Button
className="text-center mt-5 bg-blue-500 hover:bg-blue-600"
className="text-center mt-5 w-full bg-blue-500 hover:bg-blue-600"
onClick={flogin}
>
Login
Expand Down

0 comments on commit fe067ae

Please sign in to comment.