diff options
Diffstat (limited to 'template/team.html.j2')
-rw-r--r-- | template/team.html.j2 | 9 |
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 @@ </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 profile"> <!-- <div class="col-6 col-md-4 profile"> --> - <div class="img-box img-none fa fa-user"> + <div class="img-box img-none"> + <i class="fa fa-user"></i> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -58,7 +59,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none fa fa-user"> + <div class="img-box img-none"> + <i class="fa fa-user"></i> <!-- was: height="240" --> <ul class="text-center"> </ul> @@ -68,7 +70,8 @@ <p></p> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> - <div class="img-box img-none fa fa-user"> + <div class="img-box img-none"> + <i class="fa fa-user"></i> <!-- was: height="240" --> <ul class="text-center"> </ul> |