Skip to content

Commit f381c16

Browse files
update meta tags
1 parent 5be1733 commit f381c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ <h1 class="mb-4 md:mb-8 text-sm leading-4 text-white">
2222

2323
<div
2424
*ngIf="field.name === 'image' && form?.get('image')"
25-
class="w-full aspect-[1.91/1] rounded bg-zinc-800 border border-zinc-800 overflow-hidden"
25+
class="w-full aspect-[1.91/1] rounded bg-zinc-800 border border-zinc-800 overflow-hidden max-w-64"
2626
>
27-
<img *ngIf="form?.get('image')?.value" [src]="form.get('image')?.value" class="aspect-[1.91/1]" width="100%" alt="" />
27+
<img *ngIf="form?.get('image')?.value" [src]="form.get('image')?.value" class="aspect-[1.91/1] max-w-64" width="100%" alt="" />
2828
</div>
2929

3030
<div class="relative w-full">

0 commit comments

Comments
 (0)