Update StackMonkey.ps1
This commit is contained in:
@@ -486,11 +486,11 @@ $style = @'
|
||||
|
||||
|
||||
.logo-container { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 20px; }
|
||||
.logo-container img { max-width:400px; height:auto; }
|
||||
.logo-container img { max-width:300px; height:auto; }
|
||||
.subtitle { font-size: 1.2rem; color: var(--gray-color); margin-top: 0.5em; }
|
||||
|
||||
.container { display:flex; height:100vh; overflow:hidden; }
|
||||
.sidebar { width:300px; background:var(--background-color); padding:10px; }
|
||||
.sidebar { width:200px; background:var(--background-color); padding:10px; }
|
||||
.sidebar button {
|
||||
display:block; width:100%; margin-bottom:10px; padding:10px;
|
||||
color:var(--white-color); background:var(--btn-sidebar-light-gray);
|
||||
|
||||
Reference in New Issue
Block a user