From fccd789b62d63853cf08bc7976a1743266fccac2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 4 Jun 2025 08:21:06 -0400 Subject: feat: card left and right margins increased --- static/desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/desktop.css b/static/desktop.css index ec58f21..5a8edb2 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -50,7 +50,7 @@ } section.cards { - margin-left: 20%; - margin-right: 20%; + margin-left: 25%; + margin-right: 25%; } } \ No newline at end of file -- cgit v1.2.3