diff --git a/website/components/branded-cta/branded-cta.module.css b/website/components/branded-cta/branded-cta.module.css index 33ff4d78aa..1ce1c063b9 100644 --- a/website/components/branded-cta/branded-cta.module.css +++ b/website/components/branded-cta/branded-cta.module.css @@ -9,11 +9,11 @@ background-position: bottom 0 right -130px; } - @media (462px <= width < 600px) { + @media (438px <= width < 600px) { background-position: bottom 0 right -260px; } - @media (width < 462px) { + @media (width < 438px) { background-position: bottom 0 right -170px; } } diff --git a/website/components/how-it-works/how-it-works.module.css b/website/components/how-it-works/how-it-works.module.css index 15dfb812d8..6fe900975e 100644 --- a/website/components/how-it-works/how-it-works.module.css +++ b/website/components/how-it-works/how-it-works.module.css @@ -72,6 +72,10 @@ & > div { padding-bottom: 355px; margin-bottom: -200px; + @media (--small) { + padding-bottom: 0; + margin-bottom: 0; + } } }