Skip to content

Commit

Permalink
Fix footer styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsrma committed Jun 3, 2024
1 parent 187fe78 commit 0d51a46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions overrides/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
{% include ".icons/material/arrow-left.svg" %}
</div>
<div class="md-footer__title">
<span class="md-footer__direction">
{{ lang.t("footer.previous") }}
</span>
<div class="md-ellipsis">
<span class="md-footer__direction">
{{ lang.t("footer.previous") }}
</span>
{{ page.previous_page.title }}
</div>
</div>
Expand All @@ -42,10 +42,10 @@
rel="next"
>
<div class="md-footer__title">
<span class="md-footer__direction">
{{ lang.t("footer.next") }}
</span>
<div class="md-ellipsis">
<span class="md-footer__direction">
{{ lang.t("footer.next") }}
</span>
{{ page.next_page.title }}
</div>
</div>
Expand Down

0 comments on commit 0d51a46

Please sign in to comment.