diff --git a/registry/components/parallax-unzoom/demo.html b/registry/components/parallax-unzoom/demo.html index 368c1a38a..4c4fc2046 100644 --- a/registry/components/parallax-unzoom/demo.html +++ b/registry/components/parallax-unzoom/demo.html @@ -32,15 +32,12 @@ height: 1080px; position: relative; overflow: hidden; - display: flex; - align-items: center; - justify-content: center; } .parallax-unzoom-grid { display: grid; grid-template-columns: repeat(5, 360px); - grid-template-rows: repeat(3, 340px); + grid-template-rows: repeat(3, 341px); gap: 30px; } diff --git a/registry/components/parallax-zoom/demo.html b/registry/components/parallax-zoom/demo.html index 78702d72c..8be427acf 100644 --- a/registry/components/parallax-zoom/demo.html +++ b/registry/components/parallax-zoom/demo.html @@ -32,15 +32,12 @@ height: 1080px; position: relative; overflow: hidden; - display: flex; - align-items: center; - justify-content: center; } .parallax-zoom-grid { display: grid; grid-template-columns: repeat(5, 360px); - grid-template-rows: repeat(3, 340px); + grid-template-rows: repeat(3, 341px); gap: 30px; }