charles_c 5 months ago
parent
commit
e08b05976e
2 changed files with 4 additions and 4 deletions
  1. BIN
      public/images/header_logo.png
  2. 4 4
      src/app/page.js

BIN
public/images/header_logo.png


+ 4 - 4
src/app/page.js

@@ -30,14 +30,14 @@ 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">
-          <div className="flex justify-between items-center">
+        <div className="max-w-md mx-auto p-4 h-full">
+          <div className="flex justify-between items-center h-full">
             <div className="flex items-center">
               <Image
                 src="/images/header_logo.png"
                 alt="Logo"
-                width={100}
-                height={100}
+                width={45}
+                height={45}
               />
             </div>