diff --git a/example/src/pages/App.css b/example/src/pages/App.css index 8d2ff23d..741d488d 100644 --- a/example/src/pages/App.css +++ b/example/src/pages/App.css @@ -2,6 +2,11 @@ body { font-family: Arial; } +.layout { + max-width: 960px; + margin: 0 auto; +} + .pointer { width: 300px; margin: 20px 0 0 20px; diff --git a/example/src/pages/PointerFluid.js b/example/src/pages/PointerFluid.js index 88cfed0a..705491cd 100644 --- a/example/src/pages/PointerFluid.js +++ b/example/src/pages/PointerFluid.js @@ -35,25 +35,27 @@ export default class extends Component { render() { return ( -
-
- Hover image to magnify +
+
+
+ Hover image to magnify +
+
-
); }