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 6196020 commit c43d437Copy full SHA for c43d437
pages/search.vue
@@ -94,14 +94,17 @@ export default {
94
}
95
</script>
96
97
-<style scoped>
98
-li {
99
- width: 100vw !important;
+<style>
+@media (max-width: 767px) {
+ .ais-Hits-item {
100
+ padding: 10px;
101
+ width: 100%;
102
+ }
103
104
-@media (max-width: 768px) {
105
+@media (min-width: 768px) {
106
.ais-Hits-item {
107
+ width: 30%;
108
109
110
</style>
0 commit comments