From fbf1e2f6d558c4f56a22816299b5ae2748a259ff Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 01:16:38 -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 da87f80..34fa55c 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -484,7 +484,7 @@ function GetHtmlContent { .columns-container { display: flex; justify-content: center; /* Center the columns */ - gap: 5px; /* Reduce the gap to minimal space */ + gap: 20px; /* Reduce the gap to minimal space */ align-items: flex-start; /* Align the columns at the top */ padding: 0; /* Remove extra padding around the container */ }