From cb9c82a40b1a88d663a72e6c9020bed91cc86013 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 25 Jan 2025 01:02:35 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 127 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 76 insertions(+), 51 deletions(-) diff --git a/TGBeta.ps1 b/TGBeta.ps1 index fb7343f..814d6a2 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -481,6 +481,13 @@ function GetHtmlContent { background-color: #dc3545; color: white; } + .columns-container { + display: flex; + justify-content: space-between; /* Space columns evenly */ + gap: 20px; /* Add spacing between the two columns */ + align-items: flex-start; /* Align columns to the top */ + } + .column { border: 2px solid #444; /* Adjust border color */ border-radius: 8px; /* Optional rounded corners */ @@ -525,64 +532,82 @@ function GetHtmlContent {

On-Boarding

This new way of deploying our stack will make it easier to be sure everything is deployed successfully

-
- - - - - - - - - - - +