reduced my to 4 from 16
This commit is contained in:
@@ -56,7 +56,7 @@ export default function Blog(props: { disableCustomTheme?: boolean }) {
|
||||
<Container
|
||||
maxWidth="lg"
|
||||
component="main"
|
||||
sx={{ display: 'flex', flexDirection: 'column', my: 16, gap: 4 }}
|
||||
sx={{ display: 'flex', flexDirection: 'column', my: 4, gap: 4 }}
|
||||
>
|
||||
{selectedArticle === null ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user