Skip to content

Commit c56c882

Browse files
committed
fix logo css
1 parent 8061eb4 commit c56c882

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docsrc/styles/logo.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
}
44

55
.md-logo img {
6-
width: 26px !important;
7-
height: 26px !important;
6+
width: 24px !important;
7+
height: 24px !important;
88
border-radius: 14px;
99
box-shadow: 0 0 4px rgba(0, 0, 0, .25);
10+
}
11+
12+
.md-logo:hover img {
13+
transform: scale(1.07);
1014
}

0 commit comments

Comments
 (0)