Skip to content

Commit

Permalink
chore: run demozap on stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Aug 15, 2022
1 parent 316dad8 commit cf8a367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/EventParams/EventParams.demozap.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../ReactParallaxTilt.scss';

.parallax-events-all {
.event-params {
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion stories/EventParams/EventParams.demozap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const EventParams = () => {
};

return (
<div className="parallax-events-all">
<div className="event-params">
<Tilt
onMove={onMove}
onEnter={onEnter}
Expand Down

0 comments on commit cf8a367

Please sign in to comment.