Fix footer styling issue (#6004)

This commit is contained in:
Rohit Sharma 2024-09-17 23:16:15 +05:30 committed by GitHub
parent 271889acb5
commit 2850710a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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>
@ -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>