diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js index dcf26f3366..a60da891f5 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Header/index.js @@ -68,7 +68,15 @@ const StyledContainer = styled.div` display: flex; align-items: center; max-width: calc(100vw - 32px); + @media ${desktop} { + margin-top: -1px; + } + @media ${tablet} { + .headline-header { + margin-left: -1px; + } + } .arrow-button { margin-right: 15px; min-width: 17px; @@ -76,6 +84,7 @@ const StyledContainer = styled.div` @media ${tablet} { padding: 8px 0 8px 8px; margin-left: -8px; + margin-right: 16px; } }