We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316da38 commit b72dc10Copy full SHA for b72dc10
themes/hexo/components/SideRight.js
@@ -13,7 +13,7 @@ export default function SideRight(props) {
13
} = props
14
15
return (
16
- <div className={'space-y-4 xl:w-96 xl:pt-0 xl:px-2 pt-4'}>
+ <div className={'space-y-4 xl:w-80 xl:pt-0 xl:px-2 pt-4'}>
17
<InfoCard {...props} />
18
{CONFIG_HEXO.WIDGET_ANALYTICS && <AnalyticsCard {...props} />}
19
0 commit comments