From 5ce4a786e7a98a6b32cf404e4a5db58e7dde079e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 28 May 2025 22:48:38 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 040459c..18f17ba 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -486,7 +486,7 @@ $style = @' .logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; } - .logo-container img { max-width:300px; height:auto; } + .logo-container img { max-width:400px; height:auto; } .subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; } .container { display:flex; height:100vh; overflow:hidden; } @@ -602,7 +602,7 @@ $style = @' #tagline { font-size: 1.2rem; color: var(--light-gray-color); - font-style: italic; + font-weight: bold; justify-self: center; }