Skip to content

Commit 5e0677e

Browse files
committed
style: better logo sizing
1 parent f977f55 commit 5e0677e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ui/styles/main.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,11 @@
315315
display: flex;
316316
justify-content: center;
317317
margin: 12px 0;
318-
min-height: 96px;
318+
min-height: 72px;
319319

320320
.logo {
321-
max-height: 96px;
322321
object-fit: contain;
323-
max-width: 100%;
322+
max-width: 80%;
324323
}
325324
}
326325

0 commit comments

Comments
 (0)