Adjust margins

This commit is contained in:
Oliver Davies 2019-04-09 02:14:14 +01:00
parent d91efec17d
commit bb536f76e7
3 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@
<task-log :tasks="application.tasks" v-if="application.tasks[0]"></task-log>
</div>
<sidebar class="-mt-2px" :links="[
<sidebar class="-mt-1 md:-mt-2px" :links="[
{ title: 'Environments', icon: 'alpha__grid', active: true, disabled: false },
{ title: 'Product Keys', icon: 'locations__keys', active: false, disabled: true },
{ title: 'Security', icon: 'alpha__security', active: false, disabled: true },