From a75257d70674eea4035f55699af9283a58f6a74c Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 18 Aug 2023 21:38:34 +0100 Subject: [PATCH] [LoTW] Remove unneeded margin at the bottom of the table --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index a4705e96..ac8ef98f 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -515,4 +515,8 @@ div#station_logbooks_linked_table_paginate { .previous-qsos table { margin-bottom: 0px; +} + +.lotw-cert-list table { + margin-bottom: 0px; } \ No newline at end of file