Commit 4f954c5d authored by Max Alekseenko's avatar Max Alekseenko Committed by GitHub

Merge pull request #1451 from blockscout/fix-layout-for-marketplace-app-page

Fix layout for marketplace app page
parents 7d90dc01 70a52d24
......@@ -12,10 +12,11 @@ import * as Layout from './components';
const LayoutDefault = ({ children }: Props) => {
return (
<Layout.Container>
<Layout.TopRow/>
<HeaderMobile/>
<Layout.MainArea>
<Layout.MainColumn
paddingTop={{ base: '138px', lg: 6 }}
paddingTop={{ base: 16, lg: 6 }}
paddingX={{ base: 4, lg: 6 }}
>
<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