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