From fd36fe8bda38b58f4c5d5e43f83f3759ac30c404 Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Tue, 8 Jan 2019 12:00:45 +0100 Subject: [PATCH] improving members page --- src/styles/members.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/styles/members.scss b/src/styles/members.scss index 4aee6c7..44fb15d 100644 --- a/src/styles/members.scss +++ b/src/styles/members.scss @@ -18,7 +18,8 @@ &:first-of-type { color: $color-black2; - font-weight: bold; + font-size: 20px; + font-weight: 600; justify-content: center; margin-bottom: 2.2em; white-space: nowrap; @@ -28,15 +29,15 @@ content: ''; position: relative; top: 0.5em; - width: 40%; + width: 31.4em; } &::before { - right: 5.8%; + right: 3em; } &::after { - left: 5.8%; + left: 3em; } }