There was an error while loading. Please reload this page.
1 parent cb127c5 commit d381bd9Copy full SHA for d381bd9
1 file changed
src/routes/+page.svelte
@@ -171,7 +171,7 @@
171
class="bg-background flex h-full w-[332px] flex-col rounded-md text-center"
172
>
173
<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"
+ 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"
175
style:background-size={article.imageSize}
176
style:background-position={article.imagePosition}
177
style:background-image="url({getFileUrl(
0 commit comments