Weitere Optionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 267: | Zeile 267: | ||
/* Style für den Container in der ZaPFSeite Vorlage */ | /* Style für den Container in der ZaPFSeite Vorlage */ | ||
.ZaPFSeiteContainer { | |||
width: 310px; | width: 310px; | ||
float: right; | float: right; | ||
| Zeile 274: | Zeile 274: | ||
@media only screen and (max-width: 600px) { | @media only screen and (max-width: 600px) { | ||
.ZaPFSeiteContainer { | .ZaPFSeiteContainer { | ||
width: 100% | width: 100%; | ||
display: block | display: block; | ||
float: none; | |||
} | } | ||
} | } | ||