We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac1c2d + c43d437 commit 2fa7225Copy full SHA for 2fa7225
pages/search.vue
@@ -27,6 +27,7 @@
27
</p>
28
</template>
29
</ais-hits>
30
+ <br />
31
<ais-pagination />
32
</ais-instant-search-ssr>
33
@@ -70,7 +71,7 @@ export default {
70
71
link: [
72
{
73
rel: 'stylesheet',
- href: 'https://cdn.jsdelivr.net/npm/instantsearch.css@7.3.1/themes/algolia-min.css',
74
+ href: 'https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css',
75
},
76
],
77
}
@@ -92,3 +93,18 @@ export default {
92
93
94
95
</script>
96
+
97
+<style>
98
+@media (max-width: 767px) {
99
+ .ais-Hits-item {
100
+ padding: 10px;
101
+ width: 100%;
102
+ }
103
+}
104
105
+@media (min-width: 768px) {
106
107
+ width: 30%;
108
109
110
+</style>
0 commit comments