Skip to content

Commit

Permalink
updated page title and aligned search bar with left panel
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlajara committed May 14, 2024
1 parent 7780a8c commit 6814c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ais-ecommerce-demo-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>

<div class="ais-InstantSearch">
<h1>Best Buy e-commerce demo</h1>
<h1>Best Buy Catalog Demo</h1>

<div class="left-panel">
<div id="clear-refinements"></div>
Expand Down
2 changes: 1 addition & 1 deletion ais-ecommerce-demo-app/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 6814c3f

Please sign in to comment.