change style menu home & responsive head and footer home & list doctors

This commit is contained in:
Ehsan
2024-08-11 06:46:35 +03:30
parent 0afe0a39b0
commit 697bde2f5d
13 changed files with 98 additions and 65 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Pagination from '@/app/component/Pagination';
function ListDoctors() {
return (
<div>
<ul className="grid grid-cols-3 mt-[64px] gap-[24px]">
<ul className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 mt-[64px] gap-[24px]">
{doctors.map(doctor => (
<ItemDoctor
key={doctor.id}