fix: add margin-bottom for mobile device
Add margin-bottom to prevent content from being blocked by bottom nav.zio/stable
parent
6c350faf7c
commit
5e54cbe792
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<NavBottom md:hidden />
|
<NavBottom md:hidden />
|
||||||
<div class="w-full md:w-2/4 min-h-screen" border="l r base">
|
<div class="w-full mb14 md:(w-2/4 mb0) min-h-screen" border="l r base">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block w-1/4 zen-hide">
|
<div class="hidden md:block w-1/4 zen-hide">
|
||||||
|
|
Loading…
Reference in New Issue