We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eab25c5 + 5444960 commit 773a1e1Copy full SHA for 773a1e1
src/app/components/detail/detail.component.html
@@ -1,6 +1,6 @@
1
@if (activity) {
2
3
- <div class="card my-4 bg-gray-100 shadow-md">
+ <div class="card my-4 bg-gray-100 shadow-md ml-2 mr-2">
4
@if (activity.media) {
5
<img class="card-img-top" [src]="activity.media.file?.[0].url" alt="{{activity.name}} Bild">
6
}
0 commit comments