Web:People:Catalog: fixed margin top on tablet

This commit is contained in:
Timofey Boyko 2021-10-05 15:40:31 +08:00
parent 324ca6af20
commit 1fa824a6e0

View File

@ -90,7 +90,7 @@ const CatalogBodyContent = ({
return (
<>
{!isVisitor && (
<div style={!isAdmin ? { marginTop: '16px' } : null}>
<div style={!isAdmin && isMobileOnly ? { marginTop: '16px' } : null}>
<CatalogItem
key={'root'}
id={'departments'}