Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 30, 2024
1 parent 1ca6784 commit e1a3266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/serverless-costs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ export function Calculator() {
</Section>

<div className="mt-6 sm:grid sm:grid-cols-5 sm:items-start sm:gap-4 sm:py-2">
<h3 className="block sm:col-span-2 text-xl font-extrabold leading-6 sm:pt-1.5">
<div className="block sm:col-span-2 text-xl font-extrabold leading-6 sm:pt-1.5">
Total AWS costs
</h3>
</div>
<div className="mt-2 sm:col-span-3 sm:mt-0 py-1.5 sm:leading-6 text-xl font-extrabold">
${totalCost.toFixed(2)}/month
</div>
Expand Down

0 comments on commit e1a3266

Please sign in to comment.