Skip to content

Commit 773a1e1

Browse files
Merge remote-tracking branch 'origin/main'
2 parents eab25c5 + 5444960 commit 773a1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/detail/detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@if (activity) {
22

3-
<div class="card my-4 bg-gray-100 shadow-md">
3+
<div class="card my-4 bg-gray-100 shadow-md ml-2 mr-2">
44
@if (activity.media) {
55
<img class="card-img-top" [src]="activity.media.file?.[0].url" alt="{{activity.name}} Bild">
66
}

0 commit comments

Comments
 (0)