fix jumpy construct boxes
This commit is contained in:
parent
aac28ddee7
commit
6651735758
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -86,7 +86,7 @@ function animations(props) {
|
|||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return (<div> </div>);
|
return (<div></div>);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = animations;
|
module.exports = animations;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user