We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852c430 commit 807b5baCopy full SHA for 807b5ba
src/Nav.css
@@ -44,16 +44,6 @@
44
text-decoration: none;
45
}
46
47
-.orange-part {
48
- font-size: 1.5rem;
49
- font-weight: bold;
50
- color: #cf3c23;
51
-}
52
-
53
-.orange-part:hover {
54
55
56
57
.navbar-right .nav-links {
58
margin: 0 1rem;
59
list-style-type: none;
@@ -67,11 +57,14 @@
67
.navbar-right .nav-links a {
68
color: #000;
69
70
- line-height: 28px;
71
60
display: inline-flex;
72
61
align-items: center;
73
62
74
63
75
64
.github-stars-badge {
76
65
height: 28px;
66
+ @media screen and (max-width: 768px) {
+ align-content: center;
+ height: 20px;
+ }
77
0 commit comments