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) {