Web: Files: fixed header-container styles

This commit is contained in:
Nikita Gopienko 2022-09-13 18:19:23 +03:00
parent 820cc5a9b8
commit 32c5c9907d
2 changed files with 5 additions and 6 deletions

View File

@ -63,7 +63,6 @@ const StyledContainer = styled.div`
width: 100%;
height: 100%;
margin-bottom: 1px;
display: grid;
align-items: center;

View File

@ -17,6 +17,11 @@ const StyledSectionHeader = styled.div`
@media ${tablet} {
height: 61px;
min-height: 61px;
.header-container {
margin-bottom: 1px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
}
${isMobile &&
@ -36,11 +41,6 @@ const StyledSectionHeader = styled.div`
min-height: 53px;
`}
.header-container {
margin-bottom: 1px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
padding-right: 20px;
box-sizing: border-box;