Skip to content

Commit 3491719

Browse files
committed
Increased blog size, fixed macOS download button
1 parent 924b1de commit 3491719

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/software/advanced-passgen/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const AdvancedPassGenPage = () => {
182182
style={{ width: '100%' }}
183183
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_x64.dmg"
184184
>
185-
AppImage
185+
dmg
186186
</Button>
187187
</Grid>
188188
<Grid item xs={12} md={12} lg={12}>

src/templates/BlogTemplate/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const BlogTemplate = ({ data }) => {
3939
backButton
4040
title={frontmatter.title}
4141
/>
42-
<Container maxWidth="md">
42+
<Container maxWidth="lg">
4343
<Card style={{ marginTop: 20 }}>
4444
<CardContent>
4545
<Typography gutterBottom>

0 commit comments

Comments
 (0)