charles_c il y a 5 mois
Parent
commit
1447282905
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      src/app/ui/components/ActivityModal.jsx

+ 2 - 3
src/app/ui/components/ActivityModal.jsx

@@ -76,12 +76,11 @@ const ActivityModal = () => {
         </button>
 
         <div
-          className="bg-cover bg-center rounded-lg px-6 pt-20 max-w-sm w-full mx-4 overflow-hidden"
+          className="bg-cover bg-center rounded-lg px-6 pb-6 pt-20 max-w-sm w-full mx-4 overflow-hidden"
           style={{
             backgroundImage: "url('/images/ad_bg.jpg')",
-            maxHeight: "80vh",
-            height: "50vh",
             width: "80vw",
+            minHeight: "50vh",
             backgroundPosition: "top center",
           }}
         >