feat(page): update layout styling
The structure of the main component in page.tsx has been adjusted to better accommodate its content. The div styling has been updated from full width with padding to half-width, full height, and content justified to the end.
This commit is contained in:
parent
409926a97b
commit
d624ac6ab2
@ -2,7 +2,7 @@ import Image from "next/image";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="flex flex-col items-center justify-between p-24">
|
||||
<main className="flex flex-col items-center justify-end h-full w-2/4">
|
||||
<h1>Hello world !</h1>
|
||||
</main>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user