We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70281b commit ff2efdcCopy full SHA for ff2efdc
1 file changed
assets/nav.js
@@ -61,8 +61,8 @@
61
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
62
.nav-logo img { width: 28px; height: 28px; }
63
.nav-title { display: flex; flex-direction: column; line-height: 1.15; }
64
- .nav-title-top { font-size: 13px; font-weight: 700; color: #e8b400; }
65
- .nav-title-bottom { font-size: 13px; font-weight: 700; color: #e8b400; }
+ .nav-title-top { font-size: 14px; font-weight: 700; color: #e8b400; }
+ .nav-title-bottom { font-size: 14px; font-weight: 700; color: #e8b400; }
66
.hamburger { background: none; border: none; cursor: pointer; font-size: 22px; padding: 4px 8px; display: none; margin-left: 0.5rem; }
67
@media (max-width: 768px) { .hamburger { display: block; } }
68
`;
0 commit comments