diff --git a/src/app/detail/detail.component.html b/src/app/detail/detail.component.html index b6e3cde..2be4652 100644 --- a/src/app/detail/detail.component.html +++ b/src/app/detail/detail.component.html @@ -23,28 +23,40 @@ -->
-
-

{{test.name}}

-

{{test.description}}

-
-

Distanza: {{distance === undefined ? '...' : distance}} Km

+
+
+
+
+

{{ test.name }}

+
+ + + + + + + + + + {{distance === undefined ? '' : distance}} Km +
+
+

{{ test.description }}

-
- image -
- -
+
- - +