fix(docs-infra): fix vertical alignment of contributor info items (#40802)
This commit fixes the vertical alignment of info items (i.e. links to bio, Twitter, website) in the contributor list. Before: ![contributor alignment before][1] After: ![contributor alignment after][2] [1]: https://user-images.githubusercontent.com/8604205/106926453-ca407f80-6719-11eb-9580-8614cc4f4907.png [2]: https://user-images.githubusercontent.com/8604205/106926469-cd3b7000-6719-11eb-8ba8-c8ae01996c02.png PR Close #40802
This commit is contained in:
parent
8f7fea4ad8
commit
8cea3be8f7
|
@ -57,6 +57,7 @@ aio-contributor {
|
|||
|
||||
.info-item {
|
||||
color: $white;
|
||||
display: flex;
|
||||
@include font-size(14);
|
||||
font-weight: 500;
|
||||
margin: 8px;
|
||||
|
|
Loading…
Reference in New Issue