Skip to content

Commit

Permalink
Web: Components: Added max width of section header.
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Oct 28, 2021
1 parent 07c5dcf commit 6ee6f21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const StyledSectionHeader = styled.div`
}
.section-header {
max-width: calc(100% - 32px);
${isMobile &&
css`
max-width: calc(100vw - 32px);
Expand Down

0 comments on commit 6ee6f21

Please sign in to comment.