|
Tags: Manuel tilbagerulning Tilbagerullet |
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) */
| |
| @media (max-width: 768px) {
| |
| .tright {
| |
| max-width: 350px; /* Adjust the width to fit the screen on mobile devices */
| |
| margin: 10px auto; /* Center the map horizontally with top and bottom margin */
| |
| }
| |
|
| |
| /* Additional styles to override the parent container's width */
| |
| .tright > div {
| |
| max-width: 100%;
| |
| }
| |
| }
| |
|
| |
| /* Styles for the map container on larger screens (769px to 1024px) */
| |
| @media (min-width: 769px) and (max-width: 1024px) {
| |
| .tright {
| |
| max-width: 600px; /* Adjust the width for iPad screens */
| |
| margin: 10px auto; /* Center the map horizontally with top and bottom margin */
| |
| }
| |
| } | | } |