From 9c0df4c56aa1a815f0e4b8eebfa264e0a72ed7df Mon Sep 17 00:00:00 2001 From: Jake Wheeler Date: Mon, 28 Oct 2024 19:39:17 -0400 Subject: [PATCH] use image aspect ratio, make card wider --- src/app/our-products/page.tsx | 74 ++++++++++++++------------ src/app/styles/OurProducts.module.scss | 4 ++ 2 files changed, 45 insertions(+), 33 deletions(-) diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx index cb61a8e3..381a5e57 100644 --- a/src/app/our-products/page.tsx +++ b/src/app/our-products/page.tsx @@ -42,7 +42,7 @@ function StandaloneProducts() { return (
-

Standalone Products

+

Standalone Products

- +
- Placeholder +
+ Placeholder +

eCR Viewer

Graphic headings can be used a few different ways, depending @@ -68,7 +70,7 @@ function StandaloneProducts() {

- + Learn more about eCR Viewer @@ -82,14 +84,16 @@ function StandaloneProducts() { }} containerProps={{ className: 'border-0' }} > - +
- Placeholder +
+ Placeholder +

Query Connector

Allows public health staff to query a wide network of @@ -100,7 +104,7 @@ function StandaloneProducts() {

- + @@ -114,14 +118,16 @@ function StandaloneProducts() { }} containerProps={{ className: 'border-0' }} > - +
- Placeholder +
+ Placeholder +

eCR Parser

Enables public health staff to extract relevant data from eCR @@ -131,7 +137,7 @@ function StandaloneProducts() {

- + @@ -145,14 +151,16 @@ function StandaloneProducts() { }} containerProps={{ className: 'border-0' }} > - +
- Placeholder +
+ Placeholder +

eCR Refiner

Reduces eCR files down to only the most useful, necessary @@ -162,7 +170,7 @@ function StandaloneProducts() {

- + diff --git a/src/app/styles/OurProducts.module.scss b/src/app/styles/OurProducts.module.scss index 66b5ab41..ff4e9fa6 100644 --- a/src/app/styles/OurProducts.module.scss +++ b/src/app/styles/OurProducts.module.scss @@ -4,4 +4,8 @@ .dataPipelineImage { max-height: 160px; +} + +.cardBody, .cardFooter { + padding: 0; } \ No newline at end of file