Skip to content

Commit

Permalink
issue AOSSIE-Org#294: button padding fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
teja-246 committed Dec 6, 2024
1 parent d9dd24c commit 004a9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SectionHeading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function SectionHeading({ number, children, className, ...props }) {
<span className="font-mono text-base font-semibold" aria-hidden="true">
</span>
{/* <span className="ml-3 h-3.5 w-px bg-blue-600/20 dark:bg-white" /> */}
<span className="ml-3 text-base font-semibold font-mono tracking-tighter">
<span className="text-base font-semibold font-mono tracking-tighter">
{children}
</span>
</h2>
Expand Down

0 comments on commit 004a9d6

Please sign in to comment.