File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Hamburger from './Hamburger.component';
13
13
const Stickynav = ( ) => (
14
14
< nav
15
15
id = "footer"
16
- className = "fixed bottom-0 z-50 w-full md:hidden mt-8 "
16
+ className = "fixed bottom-0 z-50 w-full md:hidden"
17
17
>
18
18
< div className = "container flex flex-wrap items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96 bg-blue-800" >
19
19
< Hamburger />
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ interface IDisplayProductsProps {
48
48
49
49
const DisplayProducts = ( { products } : IDisplayProductsProps ) => (
50
50
< section className = "container mx-auto bg-white" >
51
- < div id = "product-container" className = "flex flex-wrap items-center" >
51
+ < div id = "product-container" className = "flex flex-wrap items-center mb-12 md:mb-0 " >
52
52
{ products ? (
53
53
products . map (
54
54
( {
You can’t perform that action at this time.
0 commit comments