change style menu home & responsive head and footer home & list doctors
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user