Skip to content

Commit f25e830

Browse files
committed
fix: logo display on mobile
Signed-off-by: Sam Gammon <[email protected]>
1 parent 9a5d225 commit f25e830

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Writerside/cfg/analytics_head.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
margin-right: 16px;
1313
margin-top: 7px;
1414
}
15+
@media screen and (max-width: 640px) {
16+
.wh-header__product-logo--custom {
17+
margin-top: 0;
18+
}
19+
}
1520
</style>

0 commit comments

Comments
 (0)