Merge branch 'iv-org:master' into main

This commit is contained in:
broquemonsieur
2024-03-23 06:48:52 +00:00
committed by GitHub
63 changed files with 1161 additions and 748 deletions

View File

@@ -13,6 +13,7 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: auto;
}
.h-box {
@@ -197,6 +198,7 @@ img.thumbnail {
display: block; /* See: https://stackoverflow.com/a/11635197 */
width: 100%;
object-fit: cover;
aspect-ratio: 16 / 9;
}
.thumbnail-placeholder {