From 04216e952a398887146244846501f23fc23ed785 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 30 Dec 2021 06:28:00 +0900 Subject: [PATCH] Tweak hover effect on profile photos on About page --- frontend/src/app/components/about/about.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 161ec0f87..4a14307cb 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -116,7 +116,7 @@ &:hover { text-decoration: none; img { - box-shadow: 0px 0px 20px #1bd8f4; + transform: scale(1.1); } } img, span{ @@ -180,4 +180,4 @@ .no-about-margin { height: 10px; -} \ No newline at end of file +}