Web: Client: IOS: fixed logo styles

This commit is contained in:
Nikita Gopienko 2022-05-23 13:11:25 +03:00
parent e4eff11d28
commit 1b9a0b3c30

View File

@ -61,7 +61,7 @@ const Header = styled.header`
position: relative;
padding-right: 20px;
padding-left: ${(props) =>
!props.needNavMenu || props.isPersonal || props.isDesktopView
!props.needNavMenu || props.isPersonal || props.isDesktopView || isMobile
? "20px"
: "4px"};
cursor: pointer;