52
redigeringer
Diversen (diskussion | bidrag) No edit summary Tag: Manuel tilbagerulning |
Diversen (diskussion | bidrag) (Test ændring) Tag: Tilbagerullet |
||
Linje 1: | Linje 1: | ||
/** CSS inkluderet her vil være aktivt for alle brugere. */ | /** CSS inkluderet her vil være aktivt for alle brugere. */ | ||
body { | body { | ||
Linje 132: | Linje 130: | ||
} | } | ||
@media (max-width: 1024px) { | |||
.building_template { | .building_template { | ||
float: none; | float: none; /* Remove the float to center the infobox */ | ||
margin: 0 auto; | margin: 0 auto; /* Center the infobox horizontally */ | ||
width: 100%; | width: 100%; /* Set the infobox to occupy the full width on small screens */ | ||
} | } | ||
} | } |