Update
Browse files- static/styles.css +3 -1
static/styles.css
CHANGED
|
@@ -367,8 +367,10 @@ textarea.input { font-family: 'JetBrains Mono', monospace; }
|
|
| 367 |
margin-top: 1.5rem;
|
| 368 |
}
|
| 369 |
.org-logo {
|
| 370 |
-
max-
|
|
|
|
| 371 |
width: auto;
|
|
|
|
| 372 |
object-fit: contain;
|
| 373 |
opacity: 0.6;
|
| 374 |
filter: saturate(0.85);
|
|
|
|
| 367 |
margin-top: 1.5rem;
|
| 368 |
}
|
| 369 |
.org-logo {
|
| 370 |
+
max-width: 20%;
|
| 371 |
+
max-height: 32px;
|
| 372 |
width: auto;
|
| 373 |
+
height: auto;
|
| 374 |
object-fit: contain;
|
| 375 |
opacity: 0.6;
|
| 376 |
filter: saturate(0.85);
|