Padding on the top of articles shouldnt change with breakpoints

This commit is contained in:
Jackson Harper 2023-03-10 13:48:12 +08:00
parent c9f85881d3
commit e4b717c3e2

View file

@ -312,6 +312,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
},
'@mdDown': {
padding: '15px',
paddingTop: '80px',
},
}}
>