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";
4
4
import { useRef , useState } from "react" ;
5
5
import LargePortraitCard from "./LargePortraitCard" ;
6
6
import Avatar from "./Avatar" ;
7
- import Link from "@docusaurus/Link" ;
8
7
9
8
const contentStyle = {
10
9
background : "white" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export default function SubTeam({
15
15
< div className = "col" >
16
16
< PopupPortrait
17
17
person = { person }
18
-
19
18
/>
20
19
</ div >
21
20
</ li >
Original file line number Diff line number Diff line change 5
5
color : var (--ifm-color-primary-p2 );
6
6
border-radius : 8px ;
7
7
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 );
9
9
margin-bottom : var (--ifm-spacing-xl );
10
10
}
11
11
15
15
text-decoration : # 0000EE underline;
16
16
}
17
17
18
+
18
19
.value_text p {
19
20
font-family : var (--ifm-font-family-roboto );
20
21
font-size : 14px ;
@@ -50,6 +51,7 @@ div .row {
50
51
line-height : 24px ;
51
52
letter-spacing : 0.15px ;
52
53
margin : var (--ifm-spacing-xs ) 0 ;
54
+ width : 100%
53
55
}
54
56
55
57
.small_card_position {
You can’t perform that action at this time.
0 commit comments