From 2a6ac4a5da67cd959a584d93ec75387611d03ec9 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:53:01 -0500 Subject: [PATCH] Adjust image sizes to avoid dangling image --- frontend/src/app/components/about/about.component.html | 2 +- frontend/src/app/components/about/about.component.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 876bec028..cc24e7893 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 2cc5d5102..1d1d93214 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: 80px; - height: 80px; + width: 81px; + height: 81px; background-size: 100%, 100%; border-radius: 50%; margin: 25px;