File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import SocialMediaContacts from "./SocialMediaContacts";
44import { useRef , useState } from "react" ;
55import LargePortraitCard from "./LargePortraitCard" ;
66import Avatar from "./Avatar" ;
7- import Link from "@docusaurus/Link" ;
87
98const contentStyle = {
109 background : "white" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export default function SubTeam({
1515 < div className = "col" >
1616 < PopupPortrait
1717 person = { person }
18-
1918 />
2019 </ div >
2120 </ li >
Original file line number Diff line number Diff line change 55 color : var (--ifm-color-primary-p2 );
66 border-radius : 8px ;
77 box-shadow : 0px 0px 8px 1px # c8c8c7 ;
8- padding : var (--ifm-spacing-lg ) var (--ifm-spacing-md );
8+ padding : var (--ifm-spacing-lg ) var (--ifm-spacing-xs );
99 margin-bottom : var (--ifm-spacing-xl );
1010}
1111
1515 text-decoration : # 0000EE underline;
1616}
1717
18+
1819.value_text p {
1920 font-family : var (--ifm-font-family-roboto );
2021 font-size : 14px ;
@@ -50,6 +51,7 @@ div .row {
5051 line-height : 24px ;
5152 letter-spacing : 0.15px ;
5253 margin : var (--ifm-spacing-xs ) 0 ;
54+ width : 100%
5355}
5456
5557.small_card_position {
You can’t perform that action at this time.
0 commit comments