mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: main l/r borders
This commit is contained in:
parent
5675d5aef9
commit
0530c6004e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue