diff --git a/src/components/about/LargePortraitCard.tsx b/src/components/about/LargePortraitCard.tsx index d536c346d..1e952ecab 100644 --- a/src/components/about/LargePortraitCard.tsx +++ b/src/components/about/LargePortraitCard.tsx @@ -8,7 +8,7 @@ import Avatar from "./Avatar"; export function Distinction({ person }) { if (person.distinctionTitle.length !== 0) { return person.distinctionTitle.map((distinction, index) => ( -
+
{distinction} diff --git a/src/css/custom.css b/src/css/custom.css index 2ce3fe6c7..521865841 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -62,7 +62,7 @@ --ifm-spacing-7xl: 240px; --ifm-spacing-8xl: 400px; - --ifm-navbar-item-padding-horizontal: 2px + --ifm-navbar-item-padding-horizontal: 2px; } .flex-full-centered { @@ -684,3 +684,9 @@ ul.row { margin-left: 0; width: 100%; } + +.row { + display: flex; + flex-wrap: wrap; + margin: 0 0; +}