|
@@ -2,13 +2,13 @@ import {menuItems} from './menuItems';
|
|
|
|
|
|
|
|
const DesktopMenu = () => {
|
|
const DesktopMenu = () => {
|
|
|
return (
|
|
return (
|
|
|
- <article className="ml-auto pl-[0.5rem] pr-[0.5rem] lg:w-2/3 lg:inline-block lg:align-top">
|
|
|
|
|
- <div className="hidden lg:flex justify-center text-center flex-row flex-wrap content-start text-gray-800">
|
|
|
|
|
|
|
+ <article className="hidden ml-auto pl-[0.5rem] pr-[0.5rem] lg:w-2/3 lg:inline-block lg:align-top">
|
|
|
|
|
+ <div className="lg:flex justify-center text-center flex-row flex-wrap content-start text-gray-800">
|
|
|
{menuItems.map((item, index) => (
|
|
{menuItems.map((item, index) => (
|
|
|
<div key={index} className="relative inline-block w-1/4 align-top">
|
|
<div key={index} className="relative inline-block w-1/4 align-top">
|
|
|
<a
|
|
<a
|
|
|
href="#"
|
|
href="#"
|
|
|
- className="inline-block py-[1.2rem] px-[1.5rem] w-full text-[19px] font-[800] text-[#010101] whitespace-nowrap transition ease-in-out duration-300"
|
|
|
|
|
|
|
+ className="inline-block py-[1.23125rem] px-[1.5rem] w-full text-[18px] font-[800] text-[#010101] whitespace-nowrap"
|
|
|
>
|
|
>
|
|
|
{item.label}
|
|
{item.label}
|
|
|
</a>
|
|
</a>
|