File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import Link from "@docusaurus/Link";
5
5
import React from "react" ;
6
6
import Avatar from "./Avatar" ;
7
7
8
-
9
-
10
8
export function Distinction ( { person } ) {
11
9
if ( person . distinctionTitle . length !== 0 ) {
12
10
return (
@@ -33,10 +31,16 @@ export default function LargePortraitCard({ person }) {
33
31
< div className = { "container" } >
34
32
< div className = { "row padding-none" } >
35
33
< div className = "col col--12 col--offset-1" >
36
- < div className = { styles . large_card_complete_name } >
34
+ < div className = { "flex-full-centered" + " " + styles . large_card_complete_name } >
37
35
{ person . completeName }
38
36
</ div >
39
- < div className = { styles . large_card_position } > { person . position } </ div >
37
+ < div
38
+ className = {
39
+ "flex-full-centered" + " " + styles . large_card_position
40
+ }
41
+ >
42
+ { person . position }
43
+ </ div >
40
44
</ div >
41
45
</ div >
42
46
< div className = "row" >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ div .row {
27
27
28
28
.bio_container {
29
29
font-family : var (--ifm-font-family-roboto );
30
- font-size : 16 px ;
30
+ font-size : 14 px ;
31
31
font-style : normal;
32
32
font-weight : 400 ;
33
33
line-height : 24px ;
@@ -59,7 +59,7 @@ div .row {
59
59
60
60
.large_card_complete_name {
61
61
font-family : var (--ifm-font-family-roboto );
62
- font-size : 32 px ;
62
+ font-size : 28 px ;
63
63
color : var (---ifm-text-color );
64
64
font-style : normal;
65
65
font-weight : 400 ;
You can’t perform that action at this time.
0 commit comments