fix(templates): resize header logo in Welcome
This commit is contained in:
parent
fd1011619c
commit
901c8fd672
|
@ -134,6 +134,7 @@ const imgCss: JSX.CSSProperties = {
|
|||
display: 'inline',
|
||||
padding: '1rem',
|
||||
transform: 'translateY(40%)',
|
||||
maxHeight: '3rem',
|
||||
}
|
||||
|
||||
const template: Template<typeof Welcome, Parameters<typeof Welcome>[0]> = {
|
||||
|
|
Loading…
Reference in a new issue