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;
|
margin: 1em 0 0;
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
margin-right: .75em;
|
margin-right: 1em;
|
||||||
font-size: .75rem;
|
font-size: .8em;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<Layout>
|
<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">
|
<div class="posts">
|
||||||
<PostCard v-for="edge in $page.tag.belongsTo.edges" :key="edge.node.id" :post="edge.node"/>
|
<PostCard v-for="edge in $page.tag.belongsTo.edges" :key="edge.node.id" :post="edge.node"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue