From fc3444be0c8170ff6b3492451d37eff73a07ccea Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Thu, 20 Dec 2018 19:26:22 +0100
Subject: [PATCH] visual improved

---
 src/styles/members.scss | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/styles/members.scss b/src/styles/members.scss
index 748d736f..afd44c3d 100644
--- a/src/styles/members.scss
+++ b/src/styles/members.scss
@@ -20,6 +20,7 @@
       color: $color-black2;
       font-weight: bold;
       justify-content: center;
+      margin-bottom: 2.2em;
       white-space: nowrap;
       
       &::before, &::after {
@@ -49,7 +50,7 @@
       margin-bottom: 2.5rem;
       @media(min-width: 56rem) {
         height: 70rem;
-        width: 30%;
+        width: 32%;
       }
 
       label {
@@ -72,7 +73,7 @@
           flex-basis:150px;
           height: 300px;
           margin: 1em auto;
-          width: 60%;
+          width: 50%;
 
           img {
             border-radius: 100%;
@@ -111,18 +112,17 @@
         //padding: 1.5em 1.2em 3em;
 
         * {
-          margin-top: 1.5em;
+          margin-top: 1em;
 
           &::before {
             color: $color-yellow;
             font-size: 20px;
-            padding: 0 1em;
+            padding: 0 0.6em 0 1em;
           }
         }
         
-
         [name$='cell'] * {
-          @include icon('user');
+          @include icon('chemistry');
         }
 
         [name$='roles'] * {
-- 
GitLab