Update padding and spacing
This commit is contained in:
parent
4b0273755e
commit
f2a4287771
5 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
<div class="mt-48">
|
||||
<div class="-mt-10 md:-mt-3 flex flex-row-reverse h-full">
|
||||
<div class="-mt-3 flex flex-row-reverse h-full">
|
||||
<div class="flex-1 p-4 lg:p-12 ml-16 lg:ml-56 overflow-x-hidden">
|
||||
<div class="mb-6">
|
||||
<div class="lg:flex lg:items-baseline mb-12">
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<sidebar class="mt-3 md:-mt-2px" :links="[
|
||||
<sidebar :links="[
|
||||
{ title: 'All', icon: 'alpha__grid', active: true, disabled: false },
|
||||
{ title: 'Starred', icon: 'state__starred', active: false, disabled: false },
|
||||
{ title: 'Recents', icon: 'objects__recent', active: false, disabled: false },
|
||||
|
|
Reference in a new issue