Skip to content

Commit

Permalink
fix: Update padding to improve layout consistency (#2304) (#1298)
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Dash <[email protected]>
  • Loading branch information
jay-es and Debbl committed Apr 20, 2023
1 parent 2255d9a commit 81d3d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ApiIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ h3 {
margin-bottom: 20px;
background-color: var(--vt-c-bg-soft);
border-radius: 8px;
padding: 28px 32px;
padding: 24px 28px;
transition: background-color 0.5s;
}
Expand Down

1 comment on commit 81d3d29

@vercel
Copy link

@vercel vercel bot commented on 81d3d29 Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.