Skip to content

Commit

Permalink
use css class for data pipeline img
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Oct 28, 2024
1 parent 5ca17c1 commit 068ee85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/our-products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ function DataPipeline() {
<GridContainer>
<div className="flex flex-col gap-y-6 pb-6">
<Image
className={styles.dataPipelineImage}
src={`${basePath}/images/placeholder.png`}
width="1120"
height="160"
style={{ maxHeight: '160px' }}
alt="Placeholder"
/>
<div className="flex flex-col gap-y-2">
Expand Down
4 changes: 4 additions & 0 deletions src/app/styles/OurProducts.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.btn {
background-color: #224a58;
}

.dataPipelineImage {
max-height: 160px;
}

0 comments on commit 068ee85

Please sign in to comment.