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