fix responsive all page & add modal doctor id & page dashboard aside

This commit is contained in:
Ehsan
2024-09-01 01:36:36 +03:30
parent b058066380
commit 680ef74034
64 changed files with 682 additions and 155 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ function ModalSearchCity() {
>
<Box
sx={styleDefault}
className="!w-full !h-full md:!w-fit md:!h-fit"
className="!w-full md:!min-w-[424px] !h-full md:!w-fit md:!h-fit"
>
<div
className="flex justify-between w-full"
+2 -1
View File
@@ -12,7 +12,8 @@ function List() {
<Pageguide
list={listPage}
/>
<ul className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-x-[24px] gap-y-[40px] mt-6">
<ul className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-x-[24px]
gap-y-[16px] sm:gap-y-[24px] md:gap-y-[32px] lg:gap-y-[40px] mt-6">
{clinics.map(item => (
<ItemClinic
data={item}