مدیاویکی:Common.css: تفاوت میان نسخهها
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
| خط ۸۳۲: | خط ۸۳۲: | ||
border: 1px solid #dbe7ff; | border: 1px solid #dbe7ff; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: | 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( | grid-template-columns: repeat(3, 1fr); /* در موبایل 3 ستونه میشود */ | ||
} | } | ||
} | } | ||