home: reduced border on image cards
This commit is contained in:
parent
6eed661f52
commit
95b1a2f393
|
@ -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)) }
|
||||
|
|
Loading…
Reference in a new issue