responsive new lead forms

This commit is contained in:
Satyam-Rastogi
2026-05-15 14:30:37 +05:30
parent b1fdda407d
commit eb34ec4cb3
2 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ export default function LeadPropertySection({ formData, updateField, isQuickCapt
{/* Photo thumbnails */}
{(formData.propertyPhotos || []).length > 0 && (
<div className="mt-3 grid grid-cols-4 gap-2">
<div className="mt-3 grid grid-cols-3 sm:grid-cols-4 gap-2">
<AnimatePresence>
{(formData.propertyPhotos || []).map(photo => (
<motion.div