Skip to content

Commit f1c3570

Browse files
always show dokka logo
1 parent 8f1e7d7 commit f1c3570

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dokka/templates/base.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
--dokka-logo-height: 24px;
3636
--dokka-logo-width: 24px;
3737
}
38+
@media (max-width: 759px) {
39+
.library-name--link::before {
40+
display: inline-block;
41+
}
42+
}
3843
.footer {
3944
display: block;
4045
padding-top: 20px;

0 commit comments

Comments
 (0)