improve layout for images, makes them a bit smaller v37

This commit is contained in:
Konstantin 2024-04-10 19:49:04 +02:00
parent 9aa4f405ce
commit 95bbdc45bc
3 changed files with 44 additions and 44 deletions

View file

@ -45,7 +45,7 @@
}
img.blog {
@apply rounded-xl bg-gray-50 object-cover rounded-2xl shadow-lg;
@apply inset-0 h-full w-full rounded-2xl bg-gray-50 object-contain shadow-lg;
}
.blog-content img {