Skip to content

Commit e4f88a6

Browse files
congwang-mkclaude
andcommitted
Increase header height to 72px and enlarge logo
Bumped the top banner from 64px to 72px and the logo from 34px to 42px for better visual presence. Updated body padding and mobile nav offset to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bab4ca3 commit e4f88a6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
position: fixed;
5050
top: 0; left: 0; right: 0;
5151
width: 100%;
52-
height: 64px;
52+
height: 72px;
5353
background: rgba(15, 23, 42, 0.97);
5454
backdrop-filter: blur(16px);
5555
-webkit-backdrop-filter: blur(16px);
@@ -60,7 +60,7 @@
6060
max-width: 1280px;
6161
margin: 0 auto;
6262
padding: 0 40px;
63-
height: 64px;
63+
height: 72px;
6464
display: flex;
6565
align-items: center;
6666
gap: 32px;
@@ -72,7 +72,7 @@
7272
flex-shrink: 0;
7373
}
7474
.site-logo img {
75-
height: 34px;
75+
height: 42px;
7676
width: auto;
7777
}
7878
.site-nav {
@@ -265,7 +265,7 @@
265265
.site-mobile-nav {
266266
display: none;
267267
position: fixed;
268-
top: 64px;
268+
top: 72px;
269269
left: 0;
270270
right: 0;
271271
bottom: 0;

assets/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ body {
171171
-webkit-font-smoothing: antialiased;
172172
-moz-osx-font-smoothing: grayscale;
173173
text-rendering: optimizeLegibility;
174-
padding-top: 64px;
174+
padding-top: 72px;
175175
overflow-x: hidden;
176176
}
177177

@@ -1257,7 +1257,7 @@ body {
12571257

12581258
@media (max-width: 768px) {
12591259
body {
1260-
padding-top: 64px;
1260+
padding-top: 72px;
12611261
}
12621262

12631263
.header-container {

0 commit comments

Comments
 (0)