Skip to content

Commit

Permalink
🔀 Merge pull request #165 from MoshiBin/patch-1
Browse files Browse the repository at this point in the history
🌐 Fix footer menu display in RTL
  • Loading branch information
jpanther authored Apr 3, 2022
2 parents f8e7fbd + 7f7e440 commit 272e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nav class="pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
<ul class="flex flex-col list-none sm:flex-row">
{{ range .Site.Menus.footer }}
<li class="mb-1 sm:mb-0 sm:mr-7 sm:last:mr-0">
<li class="mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
href="{{ .URL }}"
Expand Down

0 comments on commit 272e1a2

Please sign in to comment.