Adds focus styles. (#1080)

This commit is contained in:
Michael Novotny
2023-07-15 12:21:49 -05:00
committed by GitHub
parent b0719494a2
commit c8af238979
8 changed files with 22 additions and 22 deletions

View File

@@ -115,7 +115,7 @@ async function RelatedProducts({ id }: { id: string }) {
return (
<div className="px-4 py-8">
<div className="mb-4 text-3xl font-bold">Related Products</div>
<div className="flex flex-row space-x-4 overflow-auto">
<div className="flex w-full gap-4 overflow-x-auto pt-1">
{relatedProducts.map((product, i) => {
return (
<Link