Web: Common: Article: fix align avatar

This commit is contained in:
Viktor Fomin 2022-07-19 14:46:31 +03:00
parent c17817eed8
commit 839d6870f5

View File

@ -261,6 +261,7 @@ const StyledArticleProfile = styled.div`
props.tablet &&
css`
padding: 14px 6px;
justify-content: ${(props) => !props.showText && "center"};
`}
padding-left: 20px;