Skip to content

Commit

Permalink
gap and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Oct 28, 2024
1 parent b5f4f3f commit bf1baf7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/app/our-products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,22 @@ function DataPipeline() {
return (
<section className="usa-section">
<GridContainer>
<div className="flex flex-col gap-y-2">
<div className="flex flex-col gap-y-6 pb-6">
<Image
src={`${basePath}/images/placeholder.png`}
width="1120"
height="160"
style={{ maxHeight: '160px' }}
alt="Placeholder"
/>
<h2>DIBBs to support the entire data pipeline</h2>
<p>
These are the underlying services that power each of our products;
they can be configured in a variety of ways to support the unique
needs of your jurisdiction.
</p>
<div className="flex flex-col gap-y-2">
<h2>DIBBs to support the entire data pipeline</h2>
<p>
These are the underlying services that power each of our products;
they can be configured in a variety of ways to support the unique
needs of your jurisdiction.
</p>
</div>
</div>
<p>FOR DATA PROCESSING</p>
<CardGroup>
Expand Down

0 comments on commit bf1baf7

Please sign in to comment.