reduced my to 4 from 16

This commit is contained in:
2025-11-07 21:43:27 +05:30
parent bc6bfef6ea
commit d3acf05b08

View File

@@ -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 ? (
<>