fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -15,7 +15,7 @@ function Link() {
|
||||
return (
|
||||
<>
|
||||
<span className="block bg-[#EFEFEF] h-px w-full my-[16px] lg:my-0 lg:bg-transparent"></span>
|
||||
<ul className="flex items-center justify-evenly lg:justify-start mb-[32px]">
|
||||
<ul className="flex lg:mt-[56px] items-center justify-evenly lg:justify-start mb-[32px]">
|
||||
{listLink.map((item, idx) => (
|
||||
<li
|
||||
key={idx}
|
||||
|
||||
Reference in New Issue
Block a user