charles_c 5 months ago
parent
commit
24e47839d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/page.js

+ 1 - 1
src/app/page.js

@@ -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