We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d557019 commit d46d823Copy full SHA for d46d823
pages/search.vue
@@ -3,7 +3,7 @@
3
<ais-search-box />
4
<ais-stats />
5
<ais-refinement-list attribute="brand" />
6
- <ais-hits :class-names="{ 'ais-Hits-item': 'MyCustomHitsItem' }">
+ <ais-hits :class-names="{ 'ais-Hits-item': 'CustomHitsItem' }">
7
<template slot="item" slot-scope="{ item }">
8
<NuxtLink
9
class="text-black cursor-pointer hover:underline"
@@ -96,14 +96,14 @@ export default {
96
97
<style>
98
@media (max-width: 767px) {
99
- .MyCustomHitsItem {
+ .CustomHitsItem {
100
padding: 10px;
101
width: 100%;
102
}
103
104
105
@media (min-width: 768px) {
106
107
width: 30%;
108
109
0 commit comments