Skip to content

Commit

Permalink
Merge pull request #630 from davidjerleke/bug/#629
Browse files Browse the repository at this point in the history
Bugfix #629.
  • Loading branch information
davidjerleke authored Nov 11, 2023
2 parents 10bb582 + 4d9b422 commit 48452b9
Show file tree
Hide file tree
Showing 5 changed files with 541 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const HeroLogo = styled(SiteLogo)`
}
${MEDIA.MIN_LG} {
${createSquareSizeStyles('36rem')};
${createSquareSizeStyles('34rem')};
}
`

Expand Down Expand Up @@ -94,7 +94,7 @@ const H1 = styled.h1`
}
${MEDIA.MIN_LG} {
font-size: ${FONT_SIZES.CUSTOM(() => 10)};
font-size: ${FONT_SIZES.CUSTOM(() => 8.4)};
}
`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const HeroUspsWrapper = styled.ul`
}
${MEDIA.MIN_MD} {
padding-top: ${SPACINGS.SIXTEEN};
padding-top: ${SPACINGS.TWELVE};
padding-bottom: ${SPACINGS.EIGHT};
}
`
Expand Down
Loading

0 comments on commit 48452b9

Please sign in to comment.