Skip to content

Commit b54dcce

Browse files
committed
Pull left / right arrows in episode nav to outside of row
1 parent d20077a commit b54dcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/episode_navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% endcomment %}
44
<div class="row">
55
<div class="col-xs-1">
6-
<h3>
6+
<h3 class="text-left">
77
{% if page.previous.url %}
88
<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>
99
{% else %}
@@ -17,7 +17,7 @@ <h3 class="maintitle"><a href="{{ page.root }}/">{{ site.title }}</a></h3>
1717
{% endif %}
1818
</div>
1919
<div class="col-xs-1">
20-
<h3>
20+
<h3 class="text-right">
2121
{% if page.next.url %}
2222
<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>
2323
{% else %}

0 commit comments

Comments
 (0)