Adjusted image styling in Template component to include top margin for better visual alignment.
This commit is contained in:
parent
72a51361da
commit
9d5da85e8f
@ -206,7 +206,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
|
|||||||
<img
|
<img
|
||||||
src="https://cdn.tombutcher.work/logos/logo-auth.png"
|
src="https://cdn.tombutcher.work/logos/logo-auth.png"
|
||||||
alt="Logo"
|
alt="Logo"
|
||||||
style={{ width: "60%", margin: "0", marginBottom: "4px" }}
|
style={{ width: "60%", marginBottom: "4px", marginTop: "4px" }}
|
||||||
/>{" "}
|
/>{" "}
|
||||||
<Divider style={{ margin: "4px 0" }} />
|
<Divider style={{ margin: "4px 0" }} />
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user