File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 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";
88export function Distinction ( { person } ) {
99 if ( person . distinctionTitle . length !== 0 ) {
1010 return person . distinctionTitle . map ( ( distinction , index ) => (
11- < div >
11+ < div key = { index } >
1212 < Link href = { person . distinctionLink [ index ] } >
1313 < DistinctionIcon className = { styles . distinction_icon } />
1414 { distinction }
Original file line number Diff line number Diff line change 6262 --ifm-spacing-7xl : 240px ;
6363 --ifm-spacing-8xl : 400px ;
6464
65- --ifm-navbar-item-padding-horizontal : 2px
65+ --ifm-navbar-item-padding-horizontal : 2px ;
6666}
6767
6868.flex-full-centered {
@@ -684,3 +684,9 @@ ul.row {
684684 margin-left : 0 ;
685685 width : 100% ;
686686}
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