Skip to content

Commit

Permalink
login screen spacing adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
SjoenH committed May 27, 2024
1 parent 798e291 commit ba38312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kabinizer-front-end/src/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export const LoginPage = () => {

return (
<div className="bg-calm-yellow flex h-screen w-screen flex-col items-center justify-center">
<img src={house} alt="house" className="fadeFromTop pb-2" />
<h1 className="fadeFromBottom pb-2 text-3xl font-extrabold text-miles-red-500">
<img src={house} alt="" className="fadeFromTop pb-4" />
<h1 className="fadeFromBottom pb-4 text-3xl font-extrabold text-miles-red-500">
Hytte.ro
</h1>
<button
onClick={handleLogin}
className="fadeFromBottom btn btn-primary btn-wide mt-4 rounded-full text-white"
className="btn btn-primary btn-wide mt-4 rounded-full text-white"
type="submit"
>
Logg inn
Expand Down

0 comments on commit ba38312

Please sign in to comment.