From 74fed94bd38c556ae58488b8e81a75ff484495a1 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 01:05:32 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 814d6a2..ed41b5f 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -484,7 +484,7 @@ function GetHtmlContent { .columns-container { display: flex; justify-content: space-between; /* Space columns evenly */ - gap: 20px; /* Add spacing between the two columns */ + gap: 5px; /* Add spacing between the two columns */ align-items: flex-start; /* Align columns to the top */ }