Skip to content
@media (max-width: 768px) {
/* منع السحب يمين وشمال */
html, body {
overflow-x: hidden !important;
}
/* توحيد عرض المحتوى */
.site, .site-content, .content-area, .container, .entry-content, .post, .page {
max-width: 100% !important;
width: 100% !important;
padding-left: 12px !important;
padding-right: 12px !important;
margin: 0 auto !important;
box-sizing: border-box !important;
}
/* النصوص */
p {
font-size: 16px !important;
line-height: 1.9 !important;
word-break: break-word !important;
}
h1 {
font-size: 22px !important;
line-height: 1.4 !important;
}
h2 {
font-size: 20px !important;
line-height: 1.4 !important;
}
h3 {
font-size: 18px !important;
line-height: 1.4 !important;
}
/* الصور */
img {
max-width: 100% !important;
height: auto !important;
}
/* الجداول */
table {
display: block !important;
overflow-x: auto !important;
width: 100% !important;
}
/* أي عنصر خارج الشاشة */
* {
max-width: 100% !important;
box-sizing: border-box !important;
}
/* إصلاح أي divs عاملة مشكلة */
div {
word-wrap: break-word;
}
}