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 = () => {
88
88
< div
89
89
id = "mobile-menu"
90
90
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 } ` }
92
92
>
93
93
< ul >
94
94
{ 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';
13
13
const Navbar = ( ) => (
14
14
< header >
15
15
< 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" >
17
17
< div
18
18
className = "order-3 hidden w-full md:flex md:items-center md:w-auto md:order-1"
19
19
id = "menu"
Original file line number Diff line number Diff line change 4
4
const Hero = ( ) => (
5
5
< section
6
6
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"
8
8
>
9
9
< div className = "container mx-auto" >
10
10
< 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