ctdo.de/styles/home.css

15 lines
211 B
CSS
Raw Normal View History

main img {
max-width: 950px;
width: 100%;
}
main div.rundgang {
height: 140px;
2023-01-29 19:41:01 +00:00
}
@media only screen and (max-width: 885px) {
main img {
2023-01-29 19:48:41 +00:00
height: 140px;
2023-01-29 19:41:01 +00:00
object-fit: cover;
}
}