services mega menu structure updated
This commit is contained in:
parent
ca56eb2569
commit
fd64105c9a
@ -41,7 +41,7 @@ export default function Menu() {
|
||||
{/* Dropdown */}
|
||||
<ul className="absolute left-0 hidden group-hover:grid p-4
|
||||
grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
|
||||
style={{ columnCount: 4, width:"800px" }}>
|
||||
style={{ columnCount: 4, width: "100%", left:"0px" }}>
|
||||
{servicesList.map((item) => (
|
||||
<li key={item.id} className="break-inside-avoid">
|
||||
<Link
|
||||
@ -53,7 +53,7 @@ export default function Menu() {
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
{/* <li className="dropdown"><Link href="/">Team</Link>
|
||||
<ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user