Skip to content

Commit 1219351

Browse files
committed
Various styling
1 parent bd8a204 commit 1219351

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/PostTags.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default {
1717
margin: 1em 0 0;
1818
1919
&__link {
20-
margin-right: .75em;
21-
font-size: .75rem;
20+
margin-right: 1em;
21+
font-size: .8em;
2222
color: currentColor;
2323
text-decoration: none;
2424
background-color: var(--bg-color);

src/templates/Tag.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<Layout>
3-
<h1 class="tag-title text-center space-bottom">Tag: {{ $page.tag.title }}</h1>
3+
<h1 class="tag-title text-center space-bottom">
4+
# {{ $page.tag.title }}
5+
</h1>
46

57
<div class="posts">
68
<PostCard v-for="edge in $page.tag.belongsTo.edges" :key="edge.node.id" :post="edge.node"/>

0 commit comments

Comments
 (0)