1
0
Fork 0
web/css/imgs.css

24 lines
249 B
CSS

img {
max-width: 640px;
}
header, div {
text-align: center;
}
main {
display: flex;
flex-wrap: wrap;
}
div {
height: 40vh;
flex-grow: 1;
}
img {
max-height: 100%;
min-width: 100%;
object-fit: cover;
vertical-align: bottom;
}