diff --git a/src/components/ExtensionCard.tsx b/src/components/ExtensionCard.tsx index 54e67b89..d38f9acf 100644 --- a/src/components/ExtensionCard.tsx +++ b/src/components/ExtensionCard.tsx @@ -157,10 +157,10 @@ export function ExtensionCard(props: IProps) { sx={{ display: 'flex', alignItems: 'center', - gap: 2, - p: 2, + gap: 1, + p: 1.5, '&:last-child': { - paddingBottom: 2, + paddingBottom: 1.5, }, }} > @@ -188,15 +188,16 @@ export function ExtensionCard(props: IProps) { flexGrow: 1, flexShrink: 1, wordBreak: 'break-word', + justifyContent: 'center', }} > - + {name} {langPress} {versionName} {isNsfw && ( - + {' 18+'} )}