better scaling

This commit is contained in:
2023-09-03 11:17:01 -05:00
parent 8f4a6c33c0
commit 83545ebf75
4 changed files with 60 additions and 41 deletions
+4 -4
View File
@@ -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