homepage/css/home.css
xoy debaa449de
All checks were successful
continuous-integration/drone/push Build is passing
[Repo hierhin verschieben]
2023-10-04 13:48:05 +02:00

15 lines
No EOL
211 B
CSS

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;
}
}