KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 32: | Zeile 32: | ||
} | } | ||
.logo-made { | |||
width: 150px; | |||
} | |||
| Zeile 45: | Zeile 47: | ||
display:grid; | display:grid; | ||
grid-template-columns: 98%; | grid-template-columns: 98%; | ||
} | |||
.logo-made { | |||
width: 100%; | |||
} | } | ||
} /* Ende Formatierungen für Mobil-Geräte */ | } /* Ende Formatierungen für Mobil-Geräte */ | ||
Version vom 5. Juli 2019, 11:31 Uhr
/*** Allgemeine Formatierungen ***/
.magnify {
display: none;
}
.thumbinner {
border: 0px solid white;
padding: 0px;
background-color: white;
font-size: 94%;
text-align: center;
overflow: hidden;
}
.thumbimage {
background-color: #fff;
border: 0px solid white;
}
.tright {
margin: 0px;
}
/*** Formatierungen für Monitore ***/
@media (min-width:601px) {
.grid-box {
display:grid;
grid-template-columns: 50% 50%;
}
.logo-made {
width: 150px;
}
} /* Ende Formatierungen für Monitore */
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 600px) {
.grid-box {
display:grid;
grid-template-columns: 98%;
}
.logo-made {
width: 100%;
}
} /* Ende Formatierungen für Mobil-Geräte */