From 19a480ba0c7ce64179ffaf9f05a972627f86e376 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:14:07 -0500 Subject: [PATCH] Update template.css --- src/media/css/template.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index 36f594e..8a5604c 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -9163,31 +9163,38 @@ fieldset:disabled .btn { .mb-0 { margin-bottom: 0 ; + margin-top: 0 ; } .mb-1 { - margin-bottom: 0.25rem ; + margin-bottom: 0.1rem ; + margin-top: 0.1rem ; } .mb-2 { - margin-bottom: 0.5rem ; + margin-bottom: 0.2rem ; + margin-top: 0.2rem ; } .mb-3, .form-group { - margin-bottom: 1rem ; + margin-bottom: 0.3rem ; + margin-top: 0.3rem ; } .mb-4 { - margin-bottom: 1.5rem ; + margin-bottom: 0.4rem ; + margin-top: 0.4rem ; } .mb-5 { - margin-bottom: 3rem ; + margin-bottom: 0.5rem ; + margin-top: 0.5rem ; } .mb-auto { margin-bottom: auto ; + margin-top: auto ; } .ms-0 {