mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Added fixed logo height in signup form
refs https://github.com/TryGhost/Team/issues/3346
This commit is contained in:
parent
bcaf95f506
commit
279a734f68
@ -20,7 +20,7 @@ export const FormView: React.FC<FormProps & {
|
|||||||
data-testid="wrapper"
|
data-testid="wrapper"
|
||||||
style={{backgroundColor, color: backgroundColor && textColorForBackgroundColor(backgroundColor)}}
|
style={{backgroundColor, color: backgroundColor && textColorForBackgroundColor(backgroundColor)}}
|
||||||
>
|
>
|
||||||
{logo && <img alt={title} src={logo} width='100' />}
|
{logo && <img alt={title} src={logo} className='h-[50px] w-auto'/>}
|
||||||
{title && <h1 className="text-center text-lg font-bold sm:text-xl md:text-2xl lg:text-3xl">{title}</h1>}
|
{title && <h1 className="text-center text-lg font-bold sm:text-xl md:text-2xl lg:text-3xl">{title}</h1>}
|
||||||
{description && <p className='mb-5 text-center'>{description}</p>}
|
{description && <p className='mb-5 text-center'>{description}</p>}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user