Skip to content

Commit 21ae411

Browse files
refactor: Fix README spacing (#3833)
1 parent b9e5cc9 commit 21ae411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TemplatePage/TemplatePageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const useStyles = makeStyles((theme) => {
188188
},
189189
markdownWrapper: {
190190
background: theme.palette.background.paper,
191-
padding: theme.spacing(3.5),
191+
padding: theme.spacing(3, 4),
192192

193193
// Adds text wrapping to <pre> tag added by ReactMarkdown
194194
"& pre": {

0 commit comments

Comments
 (0)