Skip to content

Commit

Permalink
Shop rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 5, 2024
1 parent b4d92eb commit c09b6f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shop.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" dir="ltr">

<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -45,7 +45,7 @@
</button>
<div :class="{'translate-x-0': open, '-translate-x-full': !open}"
class="fixed top-0 left-0 w-3/4 h-full bg-white z-50 overflow-y-auto transform transition-transform duration-300 md:static md:w-full md:translate-x-0">
<button @click="open = false" class="md:hidden text-gray-600 absolute top-4 right-4">
<button @click="open = false" class="md:hidden text-gray-600 absolute top-4 ltr:right-4 rtl:left-4">
<i class="fa fa-times"></i>
</button>

Expand Down Expand Up @@ -248,7 +248,7 @@ <h2 class=" text-center text-[#191c1e] text-2xl font-semibold font-['Public Sans
<div
class="text-[#f98131] text-sm font-bold font-['Public Sans'] uppercase leading-[48px] tracking-tight">
View Details</div>
<i class="fa text-[#f98131] fa-arrow-right " aria-hidden="true"></i>
<i class="fa text-[#f98131] fa-arrow-right transform ltr:scale-x-100 rtl:scale-x-[-1]" aria-hidden="true"></i>
</button>
</div>
</ul>
Expand Down

0 comments on commit c09b6f7

Please sign in to comment.