Skip to content

Commit 8f2131b

Browse files
committed
margin around search sliders on mobile
1 parent d92e4ef commit 8f2131b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/app/Search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
v-bind:class="{'h-4': true, 'absolute': true, 'bottom-0': true, 'w-full': true, 'invisible': !recommendationsAnalysisDone}"></div>
2121
<section v-on:click="setError(null)"
2222
v-if="!recommendationsAnalysisDone && sliderValuesFetched"
23-
class="flex flex-col my-8 md:my-12">
23+
class="flex flex-col my-8 md:my-12 mx-4">
2424
<div><img src="../../assets/search.png" class="w-20 mb-4 mx-auto"></div>
2525
<div>
2626
<FilterSlider

0 commit comments

Comments
 (0)