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 99f0519 commit 5c42ca2
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions دالة حساب الاحداثيات.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,22 @@
background-color: #caa7a7;

}
/* تخطيط الاستجابة للواجهة */
@media (max-width: 768px) {
#map, .content {
display:none;
width: 100%; /* Full width on smaller screens */
height: 50%; /* Half the height of the viewport */
}
}
@media (max-width: 768px) {
body {
flex-direction: column; /* Stack map and content vertically */
}

#map {
width: 100%; /* Full width on smaller screens */
height: 50%; /* Half the height of the viewport */
}

.content {
width: 100%; /* Full width on smaller screens */
height: 50%; /* Half the height of the viewport */
overflow-y: auto; /* Enable scrolling if content overflows */
}
}

</style>
</head>
Expand Down

0 comments on commit 5c42ca2

Please sign in to comment.