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
+1 -1
View File
@@ -311,7 +311,7 @@ header {
margin: 1em 0; margin: 1em 0;
} }
.account-title { .header-title {
flex: 1; flex: 1;
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }
+1 -1
View File
@@ -86,7 +86,7 @@ function animations(props) {
); );
*/ */
return (<div>&nbsp;</div>); return (<div></div>);
} }
module.exports = animations; module.exports = animations;