الگو:کانتینر خط و دایره/نعمتی: تفاوت میان نسخه‌ها

صفحه‌ای تازه حاوی « <html lang="fa" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>مراحل ثبت سفارش چاپ و تبلیغات</title> <meta name="description" content="مراحل ثبت سفارش خدمات چاپ و تبلیغات؛ از انتخاب خدمات و مشخصات تا ارسال فایل، تأیید سفارش و چاپ نهایی."> <link rel="styleshe...» ایجاد کرد
 
بدون خلاصۀ ویرایش
خط ۱۳۵: خط ۱۳۵:


.order-process-title {
.order-process-title {
     width: 100%;
     width: 100%;
     text-align: center;
     text-align: center;
     margin-bottom: clamp(
     margin-bottom: clamp(
         25px,
         25px,
خط ۱۴۸: خط ۱۴۵:


.order-process-title h2 {
.order-process-title h2 {
     color: var(--title-color);
     color: var(--title-color);
     font-size: clamp(
     font-size: clamp(
         21px,
         21px,
خط ۱۵۸: خط ۱۵۳:


     line-height: 1.6;
     line-height: 1.6;
     font-weight: 700;
     font-weight: 700;
}
}
خط ۸۴۶: خط ۸۴۰:
         transition: none !important;
         transition: none !important;
     }
     }
}
/* کاهش فاصله بالا و پایین فقط در دسکتاپ */
@media (min-width: 768px) {
    .order-process {
        padding-top: 8px;
        padding-bottom: 15px;
    }
}
}