Skip to content

Commit 807b5ba

Browse files
committed
fix gh star button responsiveness
Signed-off-by: Jess Chitas <[email protected]>
1 parent 852c430 commit 807b5ba

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

src/Nav.css

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@
4444
text-decoration: none;
4545
}
4646

47-
.orange-part {
48-
font-size: 1.5rem;
49-
font-weight: bold;
50-
color: #cf3c23;
51-
}
52-
53-
.orange-part:hover {
54-
color: #cf3c23;
55-
}
56-
5747
.navbar-right .nav-links {
5848
margin: 0 1rem;
5949
list-style-type: none;
@@ -67,11 +57,14 @@
6757
.navbar-right .nav-links a {
6858
color: #000;
6959
text-decoration: none;
70-
line-height: 28px;
7160
display: inline-flex;
7261
align-items: center;
7362
}
7463

7564
.github-stars-badge {
7665
height: 28px;
66+
@media screen and (max-width: 768px) {
67+
align-content: center;
68+
height: 20px;
69+
}
7770
}

0 commit comments

Comments
 (0)