Keep width on logo
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_Login_logo">
|
||||
<img src="img/logo.png" height="200" alt="Riot"/>
|
||||
<img src="img/logo.png" width="200" height="200" alt="Riot"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user