diff --git a/src/components/MainSection.tsx b/src/components/MainSection.tsx
index d0b250c..8c76507 100644
--- a/src/components/MainSection.tsx
+++ b/src/components/MainSection.tsx
@@ -53,7 +53,7 @@ export default function MainSection<T, H>({
   };
 
   return (
-    <section className="bg-main bg-center bg-cover bg-origin-border bg-no-repeat min-h-[100vh] py-32 px-2 sm:px-6 md:px-6 lg:px-0">
+    <section className="bg-main bg-center bg-cover bg-origin-border bg-no-repeat max-h-[100vh] py-32 px-2 sm:px-6 md:px-6 lg:px-0">
       <div className="m-auto text-center font-bold text-4xl ">
         Scientific Library with Free Access
       </div>