Skip to content

Commit

Permalink
Edit search
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 7, 2024
1 parent 6b96983 commit 8073fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="eng">
<html lang="eng" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
4 changes: 2 additions & 2 deletions src/offer&nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="flex-grow flex-col justify-end hidden sm:block items-center ">
<div
class="self-stretch px-4 pt-3.5 pb-[15px] bg-white rounded border border-[#eeeeee] flex items-center gap-1">
<input type="text" class="flex-grow p-0 border-0 text-left" placeholder="Search...">
<input type="text" class="flex-grow p-0 border-0 ltr:text-left rtl:text-right outline-none focus-ring-0" placeholder="Search...">
<i class="fa-solid flex-none fa-magnifying-glass"></i>

</div>
Expand Down Expand Up @@ -227,7 +227,7 @@ <h2 class=" text-[#a4a4a4] text-sm font-norma text-start">cart</h2>
</div>
<div class=" justify-end mx-3 block sm:hidden items-center ">
<div class="self-stretch px-4 pt-3.5 pb-[15px] bg-white rounded border border-[#eeeeee] flex items-center gap-1">
<input type="text" class="flex-grow p-0 border-0 text-left " placeholder="Search...">
<input type="text" class="flex-grow p-0 border-0 ltr:text-left rtl:text-right outline-none focus-ring-0" placeholder="Search...">
<i class="fa-solid flex-none fa-magnifying-glass"></i>
</div>
</div>
Expand Down

0 comments on commit 8073fe0

Please sign in to comment.