Skip to content

Commit ff2efdc

Browse files
committed
Fix nav logo size inconsistency: remove stale CSS from index.html, unify to 14px via nav.js
1 parent f70281b commit ff2efdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
6262
.nav-logo img { width: 28px; height: 28px; }
6363
.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; }
64+
.nav-title-top { font-size: 14px; font-weight: 700; color: #e8b400; }
65+
.nav-title-bottom { font-size: 14px; font-weight: 700; color: #e8b400; }
6666
.hamburger { background: none; border: none; cursor: pointer; font-size: 22px; padding: 4px 8px; display: none; margin-left: 0.5rem; }
6767
@media (max-width: 768px) { .hamburger { display: block; } }
6868
`;

0 commit comments

Comments
 (0)