مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۸۳۲: خط ۸۳۲:
     border: 1px solid #dbe7ff;
     border: 1px solid #dbe7ff;
     border-radius: 8px;
     border-radius: 8px;
     padding: 10px;
     padding: 8px;
     text-align: center;
     text-align: center;
     transition: transform 0.2s;
     transition: transform 0.2s;
خط ۸۴۵: خط ۸۴۵:
@media (max-width: 900px) {
@media (max-width: 900px) {
     .main-grid {
     .main-grid {
         grid-template-columns: repeat(2, 1fr); /* در موبایل ۲ ستونه می‌شود */
         grid-template-columns: repeat(3, 1fr); /* در موبایل 3 ستونه می‌شود */
     }
     }
}
}