We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20077a commit b54dcceCopy full SHA for b54dcce
_includes/episode_navbar.html
@@ -3,7 +3,7 @@
3
{% endcomment %}
4
<div class="row">
5
<div class="col-xs-1">
6
- <h3>
+ <h3 class="text-left">
7
{% if page.previous.url %}
8
<a href="{{ page.root }}{{ page.previous.url }}"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span><span class="sr-only">previous episode</span></a>
9
{% else %}
@@ -17,7 +17,7 @@ <h3 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a></h3>
17
{% endif %}
18
</div>
19
20
+ <h3 class="text-right">
21
{% if page.next.url %}
22
<a href="{{ page.root }}{{ page.next.url }}"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span><span class="sr-only">next episode</span></a>
23
0 commit comments