Skip to content
5 changes: 3 additions & 2 deletions src/components/Checklist.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const { checklistKey, title } = Astro.props;
display: grid;
grid-template-columns: 1.5rem 1fr;
gap: 0.5rem;
align-items: baseline;
align-items: flex-start;
position: relative;
padding: 0.5rem;
padding: 0.2rem .5rem;
border-radius: 0.25rem;
cursor: pointer;
color: var(--sl-color-gray-2);
Expand All @@ -75,6 +75,7 @@ const { checklistKey, title } = Astro.props;
margin: 0;
cursor: pointer;
transition: all 0.2s ease;
margin-top: 0.175rem;
}

check-list :global(input[type='checkbox']:focus-visible) {
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/get-started/performance.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Performance Best Practices
title: Performance best practices
description: Align your Commerce storefront with Adobe Edge Delivery performance guidance (Keeping it 100), with boilerplate-specific file locations and links to storefront docs.
sidebar:
label: Performance best practices
Expand Down
Loading
Loading