bigger header name size
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
Helldragon67 2024-10-19 14:10:44 +08:00
parent 788138f47a
commit dc6037ae12

View File

@ -440,14 +440,14 @@ button.gh-form-input {
.gh-navigation-logo { .gh-navigation-logo {
position: relative; position: relative;
font-size: calc(3rem * var(--factor, 1)); font-size: calc(3.5rem * var(--factor, 1));
font-weight: 725; font-weight: 725;
letter-spacing: -0.015em; letter-spacing: -0.015em;
white-space: nowrap; white-space: nowrap;
} }
.gh-navigation-logo img { .gh-navigation-logo img {
max-height: 40px; max-height: 50px;
} }
.gh-navigation-menu { .gh-navigation-menu {