diff --git a/steps/binding-solution/src/app/people.model.ts b/steps/binding-solution/src/app/people.model.ts
index ca6fd797..d1b6e0c5 100644
--- a/steps/binding-solution/src/app/people.model.ts
+++ b/steps/binding-solution/src/app/people.model.ts
@@ -1,8 +1,4 @@
-interface foo {
- bar: number;
-}
-
-export class People implements foo {
+export class People {
id: string;
photo: string;
firstname: string;
diff --git a/steps/input-solution/src/app/shared/card/card.component.css b/steps/input-solution/src/app/shared/card/card.component.css
index 8febb8ac..98e8708d 100644
--- a/steps/input-solution/src/app/shared/card/card.component.css
+++ b/steps/input-solution/src/app/shared/card/card.component.css
@@ -36,6 +36,8 @@ mat-card-title span {
}
mat-card-subtitle.contact-info {
+ display: flex;
+ align-items: center;
margin-top: -7px;
height: 20px;
}
@@ -44,12 +46,6 @@ mat-card-title-group {
margin-bottom: 20px;
}
-.contact-info mat-icon + a {
- top: -8px;
- position: relative;
- height: 18px;
-}
-
.contact-info a:hover {
text-decoration: underline;
}
diff --git a/steps/input/src/app/home/home.component.css b/steps/input/src/app/home/home.component.css
index e029c50f..3e141025 100644
--- a/steps/input/src/app/home/home.component.css
+++ b/steps/input/src/app/home/home.component.css
@@ -47,6 +47,8 @@ mat-card-title span {
}
mat-card-subtitle.contact-info {
+ display: flex;
+ align-items: center;
margin-top: -7px;
height: 20px;
}
@@ -55,12 +57,6 @@ mat-card-title-group {
margin-bottom: 20px;
}
-.contact-info mat-icon + a {
- top: -8px;
- position: relative;
- height: 18px;
-}
-
.contact-info a:hover {
text-decoration: underline;
}
diff --git a/steps/input/src/app/home/home.component.html b/steps/input/src/app/home/home.component.html
index 97242c1a..5f293a28 100644
--- a/steps/input/src/app/home/home.component.html
+++ b/steps/input/src/app/home/home.component.html
@@ -9,7 +9,7 @@
Sfeir-Paris
-
+ email
-
+ phone
+33688258827