padding to header
All checks were successful
Deploy Theme / deploy (push) Successful in 8s

This commit is contained in:
Helldragon67 2024-10-19 14:12:26 +08:00
parent dc6037ae12
commit 1120fe393f

View File

@ -420,6 +420,7 @@ button.gh-form-input {
font-weight: 550;
background-color: var(--background-color);
color: var(--color-darker-gray);
padding: 10px;
}
.gh-navigation :is(.gh-navigation-logo, a:not(.gh-button), .gh-icon-button) {
@ -440,14 +441,14 @@ button.gh-form-input {
.gh-navigation-logo {
position: relative;
font-size: calc(3.5rem * var(--factor, 1));
font-size: calc(2.4rem * var(--factor, 1));
font-weight: 725;
letter-spacing: -0.015em;
white-space: nowrap;
}
.gh-navigation-logo img {
max-height: 50px;
max-height: 40px;
}
.gh-navigation-menu {