improving members page

This commit is contained in:
Gaelle Morin 2019-01-08 12:00:45 +01:00
parent 2dfa987f2b
commit fd36fe8bda
1 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,8 @@
&:first-of-type { &:first-of-type {
color: $color-black2; color: $color-black2;
font-weight: bold; font-size: 20px;
font-weight: 600;
justify-content: center; justify-content: center;
margin-bottom: 2.2em; margin-bottom: 2.2em;
white-space: nowrap; white-space: nowrap;
@ -28,15 +29,15 @@
content: ''; content: '';
position: relative; position: relative;
top: 0.5em; top: 0.5em;
width: 40%; width: 31.4em;
} }
&::before { &::before {
right: 5.8%; right: 3em;
} }
&::after { &::after {
left: 5.8%; left: 3em;
} }
} }