From 34385abca993dac6a6fcf33f4620d00c3bbd5e5d Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 28 May 2025 22:42:56 -0400 Subject: [PATCH] centered tag line and up the font --- StackMonkey.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 882d296..040459c 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -484,7 +484,8 @@ $style = @' height: 100%; overflow: hidden; } - .logo-container { display: flex; justify-content: space-between; align-items: center; padding:20px; } + + .logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; } .logo-container img { max-width:300px; height:auto; } .subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; } @@ -602,6 +603,7 @@ $style = @' font-size: 1.2rem; color: var(--light-gray-color); font-style: italic; + justify-self: center; } @media (max-width:768px) {