Skip to content

Commit dd8b25a

Browse files
committed
Fix header logo sizing and baseline gap
1 parent 2e79cec commit dd8b25a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

assets/css/admin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ button.prpl-info-icon {
217217
align-items: center;
218218

219219
.prpl-header-logo img {
220-
height: 100px;
220+
max-width: 300px;
221+
max-height: 100px;
222+
width: auto;
223+
height: auto;
224+
vertical-align: bottom;
221225
}
222226
}
223227

0 commit comments

Comments
 (0)