From 6bd5a88c89179a77a449d0ce7a6c8704747572cc Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 16 Nov 2021 22:34:45 +0000 Subject: [PATCH] Made border thicker on project card --- styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 49033d9..7254008 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -54,7 +54,7 @@ text-align: left; color: inherit; text-decoration: none; - border: 1px solid #eaeaea; + border: 2px solid #eaeaea; border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; max-width: 24rem;