1
0
Fork 0

feat: better image view

This commit is contained in:
Henri Saudubray 2025-08-18 14:55:45 +02:00
parent 0084c62981
commit efdfb5c3e9
Signed by: hms
GPG key ID: 7065F57ED8856128
7 changed files with 35 additions and 26 deletions

View file

@ -5,3 +5,20 @@ img {
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;
}