mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
chore(article-link): use old naming of css class name
though the new thumbnail--xxx naming is cleaner but this kind of change should be postponed until a major release
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<article
|
||||
class="relative min-h-full min-w-full overflow-hidden rounded border border-2 border-neutral-200 shadow-2xl dark:border-neutral-700">
|
||||
{{ with $featuredURL }}
|
||||
<div class="flex-none relative overflow-hidden thumbnail--card">
|
||||
<div class="flex-none relative overflow-hidden thumbnail_card">
|
||||
<img
|
||||
src="{{ . }}"
|
||||
alt=""
|
||||
|
||||
Reference in New Issue
Block a user