homepage/css/home.css

15 lines
211 B
CSS
Raw Normal View History

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