chore(Slideover): increase header padding on sm

This commit is contained in:
Benjamin Canac
2022-04-07 11:31:52 +02:00
parent 0d51747f4a
commit 3ff8ae70b1

View File

@@ -23,7 +23,7 @@
>
<div class="relative flex-1 flex flex-col w-full max-w-md u-bg-white focus:outline-none">
<div v-if="$slots.header" class="border-b u-border-gray-200">
<div class="flex items-center justify-between px-4 h-16">
<div class="flex items-center justify-between px-4 sm:px-6 h-16">
<slot name="header" />
</div>
</div>