9.515
redigeringer
No edit summary Tag: Tilbagerullet |
No edit summary Tag: Tilbagerullet |
||
Linje 142: | Linje 142: | ||
float: right; /* Float the map to the right on larger screens */ | float: right; /* Float the map to the right on larger screens */ | ||
margin-top: 10px; /* Add some top margin to create spacing before the map */ | margin-top: 10px; /* Add some top margin to create spacing before the map */ | ||
width: 378px; /* Default width for the map */ | |||
} | } | ||
Linje 149: | Linje 150: | ||
float: none; /* Remove the float */ | float: none; /* Remove the float */ | ||
margin: 10px auto; /* Center the map horizontally with top and bottom margin */ | margin: 10px auto; /* Center the map horizontally with top and bottom margin */ | ||
width: 350px; /* Adjust the width to 350 pixels on mobile devices */ | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
} | } |