diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx index cb61a8e..381a5e5 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 66b5ab4..ff4e9fa 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