fix: main l/r borders

This commit is contained in:
patak 2022-12-25 21:20:14 +01:00
parent 5675d5aef9
commit 0530c6004e

View file

@ -39,7 +39,7 @@
</slot>
</div>
</aside>
<div class="w-full sm:w-600px min-h-screen" border="none sm:l sm:r base">
<div class="w-full sm:w-600px min-h-screen sm:border-l sm:border-r border-base">
<div min-h="[calc(100vh-3.5rem)]" sm:min-h-screen>
<slot />
</div>