Hexo:SideRight边距

This commit is contained in:
tangly1024
2022-05-12 14:59:40 +08:00
parent 2a425d839f
commit c6551a6e5b

View File

@@ -13,7 +13,7 @@ export default function SideRight(props) {
} = props
return (
<div className={'space-y-4 lg:w-80 lg:pt-0 lg:px-2 pt-4'}>
<div className={'space-y-4 lg:w-80 lg:pt-0 px-2 pt-4'}>
<InfoCard {...props} />
{CONFIG_HEXO.WIDGET_ANALYTICS && <AnalyticsCard {...props} />}