improve styling

This commit is contained in:
Philipp Kühn
2020-04-18 23:00:47 +02:00
parent 10fd993f44
commit 66b127168a
5 changed files with 51 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
:to="previousPage.link"
v-if="previousPage"
>
← {{ previousPage.title }}
{{ previousPage.title }}
</g-link>
</div>
<div class="page-navigation__next">
@@ -17,7 +17,7 @@
:to="nextPage.link"
v-if="nextPage"
>
{{ nextPage.title }} &rarr;
{{ nextPage.title }}
</g-link>
</div>
</nav>