Skip to content

Commit 6798e10

Browse files
committed
style: make icon responsive, remove unuses cursor
1 parent 9740200 commit 6798e10

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,14 @@ footer {
782782

783783
/* icons */
784784
a.openjs-logo {
785-
display: flex;
785+
display: inline-block;
786786
width: 125px;
787787
height: 39px;
788-
cursor: pointer;
788+
}
789+
790+
a.openjs-logo svg {
791+
width: 100%;
792+
height: 100%;
789793
}
790794

791795
/* theme and lang btn */

0 commit comments

Comments
 (0)