Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit c9da180

Browse files
committed
fix(demo): fix header styling
1 parent a693ca9 commit c9da180

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

demo/src/components/Interface/TheHeader.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616
npm
1717
</a>
1818

19-
<a href="https://github.com/MichaelGitArt/gitart-vue-dialog" target="_blank">
19+
<a
20+
m="r-2"
21+
href="https://github.com/MichaelGitArt/gitart-vue-dialog"
22+
target="_blank"
23+
>
2024
github
2125
</a>
2226

23-
<a href="https://gitart-vue-dialog.netlify.app" target="_blank">
27+
<a
28+
href="https://gitart-vue-dialog.netlify.app"
29+
target="_blank"
30+
>
2431
docs
2532
</a>
2633
</div>

0 commit comments

Comments
 (0)