From 6927460721b76f7926f8658ca2c4c4a4daf72a81 Mon Sep 17 00:00:00 2001 From: Harris Greenstein Date: Thu, 14 Dec 2023 22:04:50 -0500 Subject: [PATCH] Fixed with of article card summary - Now min of 55dvw and 1000px - Previously just 55dvw --- client/src/components/Blog/Landing.jsx | 2 +- client/src/components/Blog/blog.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Blog/Landing.jsx b/client/src/components/Blog/Landing.jsx index 577ccca..a5fd90a 100644 --- a/client/src/components/Blog/Landing.jsx +++ b/client/src/components/Blog/Landing.jsx @@ -14,7 +14,7 @@ function Landing() { return (

- Blog + Articles

{articles.map((article, index) => (