fixed arabic alligment issues in the footer

This commit is contained in:
Naser Mansour 2026-01-04 01:21:28 +02:00
parent a33cbfb908
commit 61068e7eee
2 changed files with 3 additions and 2 deletions

View File

@ -469,6 +469,7 @@ button.btn-danger:disabled {
.ltr-content {
direction: ltr;
unicode-bidi: embed;
text-align: inherit;
}
/* Inline LTR content within RTL text flow */

View File

@ -14,8 +14,8 @@
<h3 class="text-off-white font-semibold mb-3">{{ __('footer.contact') }}</h3>
<address class="text-accent text-sm not-italic space-y-1">
<p>{{ __('footer.address') }}</p>
<p class="ltr-content">{{ __('footer.phone') }}</p>
<p class="ltr-content">{{ __('footer.email') }}</p>
<p><span class="ltr-inline">{{ __('footer.phone') }}</span></p>
<p><span class="ltr-inline">{{ __('footer.email') }}</span></p>
</address>
</div>