Update TGBeta.ps1

This commit is contained in:
2025-01-25 01:16:38 -05:00
parent 347f42d28e
commit fbf1e2f6d5

View File

@@ -484,7 +484,7 @@ function GetHtmlContent {
.columns-container { .columns-container {
display: flex; display: flex;
justify-content: center; /* Center the columns */ 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 */ align-items: flex-start; /* Align the columns at the top */
padding: 0; /* Remove extra padding around the container */ padding: 0; /* Remove extra padding around the container */
} }