tweak padding

This commit is contained in:
2025-11-14 14:51:05 +13:00
parent 67cf780043
commit c9dfd98280
2 changed files with 2 additions and 2 deletions

View File

@@ -70,4 +70,4 @@ const getImageLink = async (record: any) => {
<!-- Hidden element to pass server data to client --> <!-- Hidden element to pass server data to client -->
<div class="hidden" id="carousel-data">{JSON.stringify(photos)}</div> <div class="hidden" id="carousel-data">{JSON.stringify(photos)}</div>
<img id="carousel-img" class="rounded-lg w-full h-full object-cover" src={ pb.files.getURL(photos[0], photos[0].image) } /> <img id="carousel-img" class="rounded-lg w-full max-h-screen object-contain" src={ pb.files.getURL(photos[0], photos[0].image) } />

View File

@@ -40,7 +40,7 @@
} }
.content-panel { .content-panel {
@apply w-[68%] my-25 pl-10; @apply w-[68%] py-14 pl-10;
} }
@tailwind utilities; @tailwind utilities;