improving members page
This commit is contained in:
parent
2dfa987f2b
commit
fd36fe8bda
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user