diff --git a/src/Views/display_team.html.twig b/src/Views/display_team.html.twig index 9783fe2..732fd19 100644 --- a/src/Views/display_team.html.twig +++ b/src/Views/display_team.html.twig @@ -29,14 +29,27 @@ .container{ background-color: #fff; + display: flex; + flex-direction: column; + align-items: center; } .team{ border-color: darkgrey; border-radius: 20px; - align-items: center; + } - .team.h1{ + .colors{ + justify-content: space-between; + } + .color{ + flex-direction: row; + justify-content: space-between; + } + + .logo{ + height: 80px; + width: 80px; } @@ -47,11 +60,16 @@
-
-

{{ team.name }}

- Logo d'équipe -
-
+
+
+

{{ team.name }}

+ +
+
+

Couleur principale :

+

Couleur secondaire :

+
+ {% for m in team.members %}

m.id