MediaWiki:Common.css: Forskelle mellem versioner

mIngen redigeringsopsummering
Tag: Tilbagerullet
Ingen redigeringsopsummering
 
(29 mellemliggende versioner af 2 andre brugere ikke vist)
Linje 128: Linje 128:
#content h1.firstHeading {
#content h1.firstHeading {
     border-bottom: 5px solid #455372 !important;
     border-bottom: 5px solid #455372 !important;
}
/* Default styles for the map */
#display_map {
  max-width: 100%; /* Ensure the map does not exceed its container's width */
}
/* Styles for the map container on smaller screens (up to 768px, including iPhones) */
/* and iPad screens (up to 1024px) */
@media (max-width: 1024px) {
  .tright {
    display: flex;
    justify-content: center;
    max-width: 350px; /* Adjust the width to fit the screen on mobile and iPad devices */
    margin: 10px auto; /* Center the map horizontally with top and bottom margin */
    float: none; /* Remove the float */
  }
}
}