From e55fa73d927d7b3777360c3399613a2b56f2aa17 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 9 Jul 2024 11:37:17 -0500 Subject: [PATCH] Remove bottom margin from card component --- public/js/webComponents/card.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/webComponents/card.js b/public/js/webComponents/card.js index 36c58c6..fb35513 100644 --- a/public/js/webComponents/card.js +++ b/public/js/webComponents/card.js @@ -10,7 +10,6 @@ template.innerHTML = ` display: flex; flex-flow: row nowrap; justify-content: flex-start; - margin-bottom: 1em; padding: var(--single-gap) 1.1rem var(--single-gap) 1.1rem; width: 100%; }