style(docs-site): size the Gitea header icon up to 1.5rem
Generate documentation / build-docs (push) Successful in 3m26s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user