Skip to content

Commit 8449acd

Browse files
committed
Fixed tip centering on mobile
1 parent ce4c61b commit 8449acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProTip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function ProTip() {
1616
const t = useTranslations('HomePage');
1717

1818
return (
19-
<Typography sx={{ mt: 6, mb: 3, color: 'text.secondary' }}>
19+
<Typography sx={{ mt: 6, mb: 3, textAlign: 'center', color: 'text.secondary' }}>
2020
{t.rich('tip', {
2121
Icon: () => <LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />,
2222
Link: (chunks) => <NextLink href="https://www.sitemap.style/viewer-integration.html">{chunks}</NextLink>,

0 commit comments

Comments
 (0)