From 89e609ffce1ca00ecdf14f6781a154f78640172a Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Mon, 19 Feb 2024 23:54:40 +0900 Subject: [PATCH] chore: update width and height of profile image --- .../client/components/mdx/ProfileCard/ProfileCard.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss index dd94e25..e061192 100644 --- a/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss +++ b/packages/logos-docusaurus-theme/src/client/components/mdx/ProfileCard/ProfileCard.scss @@ -25,8 +25,8 @@ display: flex; justify-content: center; align-items: center; - width: 52px !important; - height: 52px !important; + width: 56px !important; + height: 56px !important; border-radius: 50%; border: 1px solid rgb(var(--lsd-border-primary)); @@ -41,8 +41,8 @@ } .mdx-profile-card__profile-image { - width: 52px !important; - height: 52px !important; + width: 56px !important; + height: 56px !important; border-radius: 50%; }