diff --git a/ais-ecommerce-demo-app/index.html b/ais-ecommerce-demo-app/index.html index 148aa99..32492b2 100644 --- a/ais-ecommerce-demo-app/index.html +++ b/ais-ecommerce-demo-app/index.html @@ -19,7 +19,7 @@
-

Best Buy e-commerce demo

+

Best Buy Catalog Demo

diff --git a/ais-ecommerce-demo-app/src/app.css b/ais-ecommerce-demo-app/src/app.css index a6e039c..54e13c8 100644 --- a/ais-ecommerce-demo-app/src/app.css +++ b/ais-ecommerce-demo-app/src/app.css @@ -2,7 +2,7 @@ body { font-family: sans-serif; padding: 1em; } .ais-SearchBox { margin: 1em 0; } .ais-Pagination { margin-top: 1em; } .left-panel { float: left; margin-top: 1em; width: 242px; } -.right-panel { margin-left: 260px; } +.right-panel { margin-top: 1em; margin-left: 260px; } .ais-InstantSearch { max-width: 960px; margin: 0 auto; } .ais-Hits-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1em; } .ais-Hits-item img { margin-right: 1em; }