aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/team.html.j29
1 files changed, 6 insertions, 3 deletions
diff --git a/template/team.html.j2 b/template/team.html.j2
index 0a445544..06873822 100644
--- a/template/team.html.j2
+++ b/template/team.html.j2
@@ -23,7 +23,8 @@
23 </div> 23 </div>
24 <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> 24 <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile">
25 <!-- <div class="col-6 col-md-4 profile"> --> 25 <!-- <div class="col-6 col-md-4 profile"> -->
26 <div class="img-box img-none fa fa-user"> 26 <div class="img-box img-none">
27 <i class="fa fa-user"></i>
27 <!-- was: height="240" --> 28 <!-- was: height="240" -->
28 <ul class="text-center"> 29 <ul class="text-center">
29 </ul> 30 </ul>
@@ -58,7 +59,8 @@
58 <p></p> 59 <p></p>
59 </div> 60 </div>
60 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> 61 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile">
61 <div class="img-box img-none fa fa-user"> 62 <div class="img-box img-none">
63 <i class="fa fa-user"></i>
62 <!-- was: height="240" --> 64 <!-- was: height="240" -->
63 <ul class="text-center"> 65 <ul class="text-center">
64 </ul> 66 </ul>
@@ -68,7 +70,8 @@
68 <p></p> 70 <p></p>
69 </div> 71 </div>
70 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> 72 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile">
71 <div class="img-box img-none fa fa-user"> 73 <div class="img-box img-none">
74 <i class="fa fa-user"></i>
72 <!-- was: height="240" --> 75 <!-- was: height="240" -->
73 <ul class="text-center"> 76 <ul class="text-center">
74 </ul> 77 </ul>