Skip to content

Commit

Permalink
better top and bottom margins on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Jun 21, 2023
1 parent 3bec819 commit 9fadf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/applications/[repo].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function App({
</Columns2>
{repo?.readme && (
<SingleAccordion label={`${repo.displayName}’s readme`}>
<div className="mt-medium mx-auto max-w-[800px]">
<div className="pt-medium pb-xlarge mx-auto max-w-[800px]">
<RepoReadmeMd
text={repo.readme ?? ''}
gitUrl={repo.gitUrl ?? ''}
Expand Down

0 comments on commit 9fadf1d

Please sign in to comment.