fix(quests): adjust margins

This commit is contained in:
Sabe Jones
2024-07-02 17:13:40 -05:00
committed by Phillip Thelen
parent 7e8239fb28
commit 5686ecdd16
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
/>
<div
v-if="item.addlNotes"
class="mb-3"
class="mx-4 mb-3"
>
{{ item.addlNotes }}
</div>
@@ -177,7 +177,6 @@
.inner-content {
margin: 33px auto auto;
padding: 0px 24px;
}
.item-notes {

View File

@@ -17,6 +17,7 @@
<user-label :user="leader" />
</div>
<div
class="mx-4"
v-html="itemNotes"
></div>
<questInfo