Set face logo width to 250.

This commit is contained in:
Yang Luo 2021-02-15 16:54:05 +08:00
parent abe1e5eccb
commit 475f79ffc8

View File

@ -149,7 +149,7 @@ class Face extends React.Component {
<Row>
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
<div style={{marginTop: "80px", textAlign: "center"}}>
<img src={application.logo} alt={application.displayName} style={{marginBottom: '50px'}}/>
<img width={250} src={application.logo} alt={application.displayName} style={{marginBottom: '50px'}}/>
{
this.renderForm(application)
}