Skip to content

Commit

Permalink
style: add padding under top page description
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Oct 6, 2023
1 parent 79edd95 commit 1432421
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 207 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export default function Example() {
</div>
</div>
</div>
<h2 className='mt-2 pt-4 text-base font-normal text-gray-700'>
<h2 className='mt-2 pt-4 pb-4 text-base font-normal text-gray-700'>
{spec && `${spec.info.description} `}
{spec && (
<a
Expand Down
Loading

0 comments on commit 1432421

Please sign in to comment.