diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index cc24e7893..876bec028 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -129,7 +129,7 @@ Gemini - + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 1d1d93214..910ff922b 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -3,8 +3,8 @@ text-align: center; .image { - width: 81px; - height: 81px; + width: 80px; + height: 80px; background-size: 100%, 100%; border-radius: 50%; margin: 25px; @@ -191,6 +191,6 @@ } .community-integrations-sponsor { - max-width: 970px; + max-width: 965px; margin: auto; }