Update StackMonkey.ps1
This commit is contained in:
@@ -486,7 +486,7 @@ $style = @'
|
|||||||
|
|
||||||
|
|
||||||
.logo-container { display: grid; grid-template-columns: auto 1fr; 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; }
|
.logo-container img { max-width:400px; height:auto; }
|
||||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||||
|
|
||||||
.container { display:flex; height:100vh; overflow:hidden; }
|
.container { display:flex; height:100vh; overflow:hidden; }
|
||||||
@@ -602,7 +602,7 @@ $style = @'
|
|||||||
#tagline {
|
#tagline {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
color: var(--light-gray-color);
|
color: var(--light-gray-color);
|
||||||
font-style: italic;
|
font-weight: bold;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user