diff --git a/index.html b/index.html index 07517bb..8e5b4f8 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,13 @@ دریافت اطلاعات وبینارها + @@ -87,7 +90,7 @@

لیست وبینارها

const listContainer = document.getElementById('webinarList'); webinarDetails.forEach(item => { const card = document.createElement('div'); - card.className = 'col-md-4'; + card.className = 'col-md-4 col-sm-6'; // ریسپانسیو card.innerHTML = `
${item.title} @@ -95,7 +98,7 @@

لیست وبینارها

${item.title}

${item.description}

تاریخ شروع: ${item.startAt.toLocaleString('fa-IR')}

- مشاهده وبینار + ثبت نام در وبینار
`;