fix jumpy construct boxes
This commit is contained in:
@@ -311,7 +311,7 @@ header {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.account-title {
|
||||
.header-title {
|
||||
flex: 1;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ function animations(props) {
|
||||
);
|
||||
*/
|
||||
|
||||
return (<div> </div>);
|
||||
return (<div></div>);
|
||||
}
|
||||
|
||||
module.exports = animations;
|
||||
|
||||
Reference in New Issue
Block a user