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%; }