💄 Fix gallery image width

This commit is contained in:
zhengyi 2024-01-07 17:27:05 +08:00
parent a343f9dacd
commit 3e4a7df335
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
.container { .container {
.img { .img {
width: auto;
max-width: unset;
border-radius: @border-radius; border-radius: @border-radius;
} }
} }