style(docs-site): size the Gitea header icon up to 1.5rem
Generate documentation / build-docs (push) Successful in 3m26s

At the default 1em (16px) it read as noticeably smaller than the
other header controls, especially next to the logo. Bumped to a fixed
1.5rem — well within the nav bar's existing content height, so the
header itself doesn't grow.
This commit is contained in:
2026-08-17 16:18:02 -04:00
parent 3ef83d1747
commit 04a02d089f
@@ -39,8 +39,8 @@ const links = config.social || [];
color: var(--sl-color-white);
}
.social-icon {
width: 1em;
height: 1em;
width: 1.5rem;
height: 1.5rem;
}
}
</style>