home: reduced border on image cards

This commit is contained in:
Tigor Hutasuhut 2024-04-28 22:11:01 +07:00
parent 6eed661f52
commit 95b1a2f393

View file

@ -19,7 +19,7 @@ const (
)
templ RecentlyAddedImageCard(data *models.Image, opts ImageCardOption) {
<div class="not-prose card card-bordered bg-base-100 shadow-xl w-[256px] min-w-[256px]">
<div class="not-prose card card-bordered bg-base-100 shadow-xl w-[256px] min-w-[256px] rounded-xl">
<figure>
<a
href={ templ.URL(fmt.Sprintf("/img/%s", data.ImageRelativePath)) }