Skip to content

Commit e85df8b

Browse files
author
bloom
committed
themes/docs: improve page's layout
1 parent aa87f71 commit e85df8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/docs/src/ui/components/page.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
<div v-html="page.body" />
99

10-
<hr />
1110

1211
<div v-if="page.tags.length !== 0" class="my-5">
12+
<hr class="mb-5" />
13+
1314
<strong class="mx-2">Tags:&nbsp;</strong>
1415
<!-- <span class=""> -->
1516
<!-- <span v-if="$index !== 0">, </span> -->

0 commit comments

Comments
 (0)