Various styling
This commit is contained in:
parent
bd8a204256
commit
1219351a9d
2 changed files with 5 additions and 3 deletions
|
@ -17,8 +17,8 @@ export default {
|
|||
margin: 1em 0 0;
|
||||
|
||||
&__link {
|
||||
margin-right: .75em;
|
||||
font-size: .75rem;
|
||||
margin-right: 1em;
|
||||
font-size: .8em;
|
||||
color: currentColor;
|
||||
text-decoration: none;
|
||||
background-color: var(--bg-color);
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<Layout>
|
||||
<h1 class="tag-title text-center space-bottom">Tag: {{ $page.tag.title }}</h1>
|
||||
<h1 class="tag-title text-center space-bottom">
|
||||
# {{ $page.tag.title }}
|
||||
</h1>
|
||||
|
||||
<div class="posts">
|
||||
<PostCard v-for="edge in $page.tag.belongsTo.edges" :key="edge.node.id" :post="edge.node"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue