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 {
|
.ltr-content {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
|
text-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inline LTR content within RTL text flow */
|
/* Inline LTR content within RTL text flow */
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@
|
||||||
<h3 class="text-off-white font-semibold mb-3">{{ __('footer.contact') }}</h3>
|
<h3 class="text-off-white font-semibold mb-3">{{ __('footer.contact') }}</h3>
|
||||||
<address class="text-accent text-sm not-italic space-y-1">
|
<address class="text-accent text-sm not-italic space-y-1">
|
||||||
<p>{{ __('footer.address') }}</p>
|
<p>{{ __('footer.address') }}</p>
|
||||||
<p class="ltr-content">{{ __('footer.phone') }}</p>
|
<p><span class="ltr-inline">{{ __('footer.phone') }}</span></p>
|
||||||
<p class="ltr-content">{{ __('footer.email') }}</p>
|
<p><span class="ltr-inline">{{ __('footer.email') }}</span></p>
|
||||||
</address>
|
</address>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue