Skip to content

Commit

Permalink
Merge pull request #1451 from blockscout/fix-layout-for-marketplace-a…
Browse files Browse the repository at this point in the history
…pp-page

Fix layout for marketplace app page
  • Loading branch information
maxaleks authored Dec 25, 2023
2 parents 7d90dc0 + 70a52d2 commit 4f954c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/shared/layout/LayoutApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down

0 comments on commit 4f954c5

Please sign in to comment.