Auto-deploy: 2026-05-26 16:51:22

This commit is contained in:
Hamza-Ayed
2026-05-26 16:51:22 +03:00
parent 6152ff2fbe
commit 76113e7d84
2 changed files with 14 additions and 4 deletions

View File

@@ -66,20 +66,25 @@
.job-header {
width: 100%;
margin-bottom: 5px;
display: table; /* هذا يحل مشاكل Dompdf */
}
.job-title {
font-weight: bold;
font-size: 14px;
font-size: 13.5px; /* تصغير طفيف جداً */
color: #222;
float: left;
width: 70%; /* إجبار العنوان على عدم تجاوز 70% من السطر */
line-height: 1.3;
}
.job-meta {
font-size: 12px;
font-size: 11px;
color: #1a237e;
font-weight: bold;
float: right;
width: 28%; /* تخصيص مساحة آمنة للتاريخ */
text-align: right;
}
.clear { clear: both; }