RTL style problems fixed

This commit is contained in:
Merve Karaman
2023-02-07 18:16:39 +03:00
parent 033d4f3a66
commit d87e0be8b7
3 changed files with 7 additions and 4 deletions

View File

@ -58,7 +58,7 @@
</div>
</div>
<span class="material-icons text-gray-500">chevron_right</span>
<span class="material-icons text-gray-500 rtl:rotate-180">chevron_right</span>
</x-link>
</li>
@endforeach
@ -67,7 +67,7 @@
</div>
<div class="w-full lg:w-1/2 flex justify-end mt-8 lg:mt-60">
<img src="{{ $image }}" alt="{{ $title }}" />
<img src="{{ $image }}" alt="{{ $title }}" class="ltr:scale-x-100 rtl:-scale-x-100" />
</div>
</div>
@ -78,3 +78,4 @@
}
</style>
@endpush