mirror of
https://github.com/elk-zone/elk
synced 2024-11-28 06:48:14 +09:00
fix: add margin-bottom for mobile device
Add margin-bottom to prevent content from being blocked by bottom nav.
This commit is contained in:
parent
6c350faf7c
commit
5e54cbe792
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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 />
|
||||
</div>
|
||||
<div class="hidden md:block w-1/4 zen-hide">
|
||||
|
Loading…
Reference in New Issue
Block a user