Fix alignment of shorts videos

This commit is contained in:
Bnyro 2023-03-19 15:36:25 +01:00
parent 3168f87371
commit e0fc598223

View file

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