Update TGBeta.ps1

This commit is contained in:
2025-01-25 01:05:32 -05:00
parent cb9c82a40b
commit 74fed94bd3

View File

@@ -484,7 +484,7 @@ function GetHtmlContent {
.columns-container { .columns-container {
display: flex; display: flex;
justify-content: space-between; /* Space columns evenly */ 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 */ align-items: flex-start; /* Align columns to the top */
} }