Skip to content

Commit

Permalink
adjust alignment on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
polly89 committed Oct 7, 2023
1 parent 053c79a commit fc0a694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function Home({ createToken, setListToken }) {

return (
<div className="Home">
<div className="h-[55rem] md:h-[40rem] flex items-center justify-center">
<div className="mt-48 flex items-center justify-center">
<div className="flex flex-col items-center gap-10">
<div>
{existingListMessage && (
Expand Down

0 comments on commit fc0a694

Please sign in to comment.