tfrere HF Staff commited on
Commit
5a19d4d
·
1 Parent(s): 8b344d8

update hero

Browse files
Files changed (1) hide show
  1. app/src/components/Hero.astro +2 -3
app/src/components/Hero.astro CHANGED
@@ -117,9 +117,7 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
117
  ) : null;
118
  return (
119
  <li>
120
- {a.url ? <a href={a.url}>{a.name}</a> : a.name}
121
- {supers}
122
- {i < normalizedAuthors.length - 1 && <span set:html=",&nbsp;" />}
123
  </li>
124
  );
125
  })}
@@ -428,6 +426,7 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
428
  }
429
  .authors li {
430
  white-space: nowrap;
 
431
  }
432
  .affiliations {
433
  margin: 0;
 
117
  ) : null;
118
  return (
119
  <li>
120
+ {a.url ? <a href={a.url}>{a.name}</a> : a.name}{supers}{i < normalizedAuthors.length - 1 && <span set:html=",&nbsp;" />}
 
 
121
  </li>
122
  );
123
  })}
 
426
  }
427
  .authors li {
428
  white-space: nowrap;
429
+ padding:0;
430
  }
431
  .affiliations {
432
  margin: 0;