Skip to content

Commit 72dd034

Browse files
committed
Fix margins in header, fix margins in widgets
1 parent 9344118 commit 72dd034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Header/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<img class="rounded-circle" src="../../assets/people/a5.jpg" alt="..." />
5252
</span>
5353
<span class="small">Philip Smith</span>
54-
<span class="ml-1 circle bg-primary text-white fw-bold">13</span>
54+
<span class="ml-2 mr-3 circle bg-primary text-white fw-bold">13</span>
5555
</template>
5656
<Notifications />
5757
</b-nav-item-dropdown>

src/pages/Dashboard/components/BigStat/BigStat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</b-dropdown>
1717
</div>
1818
<div class="px-5">
19-
<h4 class="fw-semi-bold mb-lg mt-sm">{{total}}</h4>
19+
<h4 class="fw-semi-bold mb-sm mt-sm">{{total}}</h4>
2020
<div class="d-flex">
2121
<div class="w-50 py-3 pr-2">
2222
<div class="d-flex align-items-start">

0 commit comments

Comments
 (0)