Commit 70a52d24 authored by Max Alekseenko's avatar Max Alekseenko

fix layout for marketplace app page

parent 0f257b42
...@@ -12,10 +12,11 @@ import * as Layout from './components'; ...@@ -12,10 +12,11 @@ import * as Layout from './components';
const LayoutDefault = ({ children }: Props) => { const LayoutDefault = ({ children }: Props) => {
return ( return (
<Layout.Container> <Layout.Container>
<Layout.TopRow/>
<HeaderMobile/> <HeaderMobile/>
<Layout.MainArea> <Layout.MainArea>
<Layout.MainColumn <Layout.MainColumn
paddingTop={{ base: '138px', lg: 6 }} paddingTop={{ base: 16, lg: 6 }}
paddingX={{ base: 4, lg: 6 }} paddingX={{ base: 4, lg: 6 }}
> >
<HeaderAlert/> <HeaderAlert/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment