الگو:کانتینر 4تصویر/بخشنده: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱۰۰: | خط ۱۰۰: | ||
font-weight: 800; | font-weight: 800; | ||
line-height: 1.45; | line-height: 1.45; | ||
} | }.section-heading h2 { | ||
margin: 0; | |||
color: var(--ink); | |||
font-size: clamp(1.35rem, 4vw, 2rem); | |||
font-weight: 800; | |||
line-height: 1.45; | |||
/* رفع شکستن حروف در موبایل */ | |||
white-space: normal; | |||
word-break: keep-all; | |||
overflow-wrap: normal; | |||
hyphens: none; | |||
} | |||
.section-heading p { | .section-heading p { | ||