Commit 6e989bcf authored by Max Alekseenko's avatar Max Alekseenko

add comment

parent 6f70139b
......@@ -18,7 +18,7 @@ const LayoutDefault = ({ children }: Props) => {
paddingTop={{ base: 16, lg: 6 }}
paddingBottom={ 0 }
paddingX={{ base: 4, lg: 6 }}
height={{ base: 'calc(100vh - 92px)', sm: 'auto' }}
height={{ base: 'calc(100vh - 92px)', sm: 'auto' }} // 92px = Layout.TopRow + HeaderMobile
>
<HeaderDesktop isMarketplaceAppPage/>
<AppErrorBoundary>
......
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