Adjusted image styling in Template component to include top margin for better visual alignment.
Some checks failed
ci / Check if version upgrade (push) Has been cancelled
ci / create_github_release (push) Has been cancelled
ci / test (push) Has been cancelled

This commit is contained in:
Tom Butcher 2025-08-14 01:32:38 +01:00
parent 72a51361da
commit 9d5da85e8f

View File

@ -206,7 +206,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
<img
src="https://cdn.tombutcher.work/logos/logo-auth.png"
alt="Logo"
style={{ width: "60%", margin: "0", marginBottom: "4px" }}
style={{ width: "60%", marginBottom: "4px", marginTop: "4px" }}
/>{" "}
<Divider style={{ margin: "4px 0" }} />
</Flex>