Skip to content

Commit d381bd9

Browse files
committed
fix border inconsistency
1 parent cb127c5 commit d381bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
class="bg-background flex h-full w-[332px] flex-col rounded-md text-center"
172172
>
173173
<div
174-
class="w-full self-end rounded-t-md bg-[var(--url)] bg-no-repeat px-8 pt-[200px] pb-4 text-4xl font-bold uppercase"
174+
class="w-full self-end rounded-t-md border-[1px] border-b-0 bg-[var(--url)] bg-no-repeat px-8 pt-[200px] pb-4 text-4xl font-bold uppercase"
175175
style:background-size={article.imageSize}
176176
style:background-position={article.imagePosition}
177177
style:background-image="url({getFileUrl(

0 commit comments

Comments
 (0)