better scaling
This commit is contained in:
@@ -6,10 +6,10 @@ export default class Bubble extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
marginLeft: `${this.props.left}`,
|
||||
paddingTop: `${this.props.top}`,
|
||||
}}
|
||||
// style={{
|
||||
// marginLeft: `${this.props.left}`,
|
||||
// paddingTop: `${this.props.top}`,
|
||||
// }}
|
||||
>
|
||||
<div className="bubble">
|
||||
<AnimationOnScroll
|
||||
|
||||
Reference in New Issue
Block a user