services mega menu structure updated
This commit is contained in:
parent
ca56eb2569
commit
fd64105c9a
@ -41,7 +41,7 @@ export default function Menu() {
|
|||||||
{/* Dropdown */}
|
{/* Dropdown */}
|
||||||
<ul className="absolute left-0 hidden group-hover:grid p-4
|
<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"
|
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) => (
|
{servicesList.map((item) => (
|
||||||
<li key={item.id} className="break-inside-avoid">
|
<li key={item.id} className="break-inside-avoid">
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user