mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-06 00:49:58 +00:00
fix: remove extra padding below nav on mobile (#503)
This commit is contained in:
parent
bae4ad7d4a
commit
3442adbeb6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
</slot>
|
||||
</div>
|
||||
</aside>
|
||||
<div class="w-full mb14 sm:(w-600px mb0) min-h-screen" border="none sm:l sm:r base">
|
||||
<div class="w-full sm:w-600px min-h-screen" border="none sm:l sm:r base">
|
||||
<div min-h-screen>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue