From 58e1221276ceab1592112a9ea87bb9e429c37287 Mon Sep 17 00:00:00 2001 From: timmi Date: Wed, 2 Apr 2025 14:47:26 -0700 Subject: [PATCH] Fixing home page bottom margin --- frontend/react-app/src/css/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/react-app/src/css/home.css b/frontend/react-app/src/css/home.css index 26cb2953..6fdc7a4e 100644 --- a/frontend/react-app/src/css/home.css +++ b/frontend/react-app/src/css/home.css @@ -61,6 +61,7 @@ td { width: 100%; max-width: 1600px; margin: 0 auto; + margin-bottom: 40px; } .column-box {