Skip to content

Commit

Permalink
Update دالة حساب الاحداثيات.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GisDune authored Jan 6, 2025
1 parent f3adb73 commit 3bfc0c7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions دالة حساب الاحداثيات.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@
}

/* تخطيط الاستجابة للواجهة */
@media (max-width: 768px) {
#map, .content {
float: none;
width: 100%;
height: 50vh; /* عرض الخريطة ونص الجانب عند تقسيم الشاشة */
flex-direction: column; /* ترتيب العناصر عموديًا */
}
}
@media (max-width: 768px) {
body {
flex-direction: column; /* ترتيب العناصر عموديًا */
}

#map, .content {
width: 100%; /* تعيين العرض الكامل للعنصرين */
height: 50vh; /* تعيين ارتفاع الخريطة والنموذج ليأخذ 50% من الشاشة */
}
}
h2 {
display: inline-block; /* لتقليص العرض حول النص */
text-align:center; /* لمحاذاة النص داخل الإطار */
Expand Down

0 comments on commit 3bfc0c7

Please sign in to comment.