|
@@ -30,7 +30,7 @@ export default function Home() {
|
|
|
return (
|
|
|
<div className="bg-blue-600 text-white min-h-screen">
|
|
|
<header className="h-16 fixed top-0 left-0 right-0 bg-white shadow-md z-10 transition-all duration-300">
|
|
|
- <div className="max-w-md mx-auto p-4 h-full">
|
|
|
+ <div className="max-w-md mx-auto px-4 h-full">
|
|
|
<div className="flex justify-between items-center h-full">
|
|
|
<div className="flex items-center">
|
|
|
<Image
|