File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const Hamburger = () => {
8888 < div
8989 id = "mobile-menu"
9090 aria-hidden = { ! isExpanded }
91- className = { `absolute right-0 z-10 w-full text-center text-black bg-white ${ hidden } ` }
91+ className = { `absolute left-0 bottom-24 z-10 w-full text-center text-black bg-white ${ hidden } ` }
9292 >
9393 < ul >
9494 { LINKS . map ( ( { id, title, href } ) => (
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import MobileSearch from '../AlgoliaSearch/MobileSearch.component';
1313const Navbar = ( ) => (
1414 < header >
1515 < nav id = "header" className = "top-0 z-50 w-full py-1 bg-white " >
16- < div className = "container flex flex-wrap items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96" >
16+ < div className = "container flex md: flex-wrap flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96" >
1717 < div
1818 className = "order-3 hidden w-full md:flex md:items-center md:w-auto md:order-1"
1919 id = "menu"
Original file line number Diff line number Diff line change 44const Hero = ( ) => (
55 < section
66 id = "hero"
7- className = "flex w-full pt-10 mx-auto bg-right bg-cover mt-36 md:pt-0 md:items-center"
7+ className = "flex w-full mx-auto bg-right bg-cover mt-14 md:pt-0 md:items-center"
88 >
99 < div className = "container mx-auto" >
1010 < div className = "flex flex-col items-start justify-center w-full px-6 tracking-wide lg:w-1/2" >
You can’t perform that action at this time.
0 commit comments