fixed arabic alligment issues in the footer
This commit is contained in:
parent
a33cbfb908
commit
61068e7eee
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue