Skip to content

Commit

Permalink
Center content properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemuzza committed May 8, 2024
1 parent b3a1dfa commit dff61ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/changelog-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function ChangelogIndex({ more = "Read more" }) {
};

return (
<div>
<div style={{display: 'block', maxWidth: '560px', width:'100%', marginLeft: 'auto', marginRight: 'auto', alignItems: 'center' }}>
{displayedPages.map((page) => (
<div key={page.route} className="mb-10">
<h3>
Expand Down

0 comments on commit dff61ca

Please sign in to comment.