diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 0969e7452..9c861dc10 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -328,7 +328,7 @@ -
+
{{ contributor.name }}
diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 9deeae7f9..8f829f95f 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -30,6 +30,11 @@ margin-right: 40px; } +.project_contributor { + width: 130px; + margin: 25px auto; +} + .text-small { font-size: 12px; }