fix jumpy construct boxes

This commit is contained in:
ntr 2019-06-28 17:20:16 +10:00
parent aac28ddee7
commit 6651735758
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ header {
margin: 1em 0;
}
.account-title {
.header-title {
flex: 1;
letter-spacing: 0.05em;
}

View File

@ -86,7 +86,7 @@ function animations(props) {
);
*/
return (<div>&nbsp;</div>);
return (<div></div>);
}
module.exports = animations;