Fix alignment of shorts videos

This commit is contained in:
Bnyro 2023-03-19 15:36:25 +01:00
parent 3168f87371
commit e0fc598223
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<style>
.shorts-img {
@apply max-h-[17.5vh] w-full object-contain;
@apply w-full object-contain;
}
</style>