Skip to content

Commit a3bcd66

Browse files
ShraymonksWilfred
authored andcommitted
Fix GitHub logo reflow
1 parent cabe203 commit a3bcd66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

homepage/home_static/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ a {
6969
}
7070

7171
.github-logo {
72-
padding-right: 5px;
72+
margin-right: 5px;
73+
pointer-events: none;
7374
}
7475

7576
.card-set .card {

homepage/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h2 class="fs-4 lead">
5151
role="button"
5252
><object
5353
class="github-logo"
54+
width="16"
55+
height="16"
5456
data="home_img/github.svg"
5557
type="image/svg+xml"
5658
></object>

0 commit comments

Comments
 (0)