File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Avatar from "./Avatar";
8
8
export function Distinction ( { person } ) {
9
9
if ( person . distinctionTitle . length !== 0 ) {
10
10
return person . distinctionTitle . map ( ( distinction , index ) => (
11
- < div >
11
+ < div key = { index } >
12
12
< Link href = { person . distinctionLink [ index ] } >
13
13
< DistinctionIcon className = { styles . distinction_icon } />
14
14
{ distinction }
Original file line number Diff line number Diff line change 62
62
--ifm-spacing-7xl : 240px ;
63
63
--ifm-spacing-8xl : 400px ;
64
64
65
- --ifm-navbar-item-padding-horizontal : 2px
65
+ --ifm-navbar-item-padding-horizontal : 2px ;
66
66
}
67
67
68
68
.flex-full-centered {
@@ -684,3 +684,9 @@ ul.row {
684
684
margin-left : 0 ;
685
685
width : 100% ;
686
686
}
687
+
688
+ .row {
689
+ display : flex;
690
+ flex-wrap : wrap;
691
+ margin : 0 0 ;
692
+ }
You can’t perform that action at this time.
0 commit comments