الگو:جعبه اطلاعات کتاب

نسخهٔ تاریخ ‏۲۶ اکتبر ۲۰۲۵، ساعت ۱۶:۰۶ توسط Admin (بحث | مشارکت‌ها)

<style> @media (max-width: 768px) {

 .book-template div[style*="display: flex"] {
   flex-direction: column;
 }
 .book-template div[style*="flex: 0 0 150px"] {
   text-align: center;
   margin-bottom: 10px;
 }
 .book-template div[style*="flex: 0 0 150px"] img {
   max-width: 150px;
 }

} </style>