diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index ab2b55e..fb2e3c9 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -259,6 +259,13 @@ margin-inline-start: auto; } +@media (max-width: 48rem) { + .sg-page-cards-public-page .sg-cards-public-page__cta-right-card { + width: 100%; + margin-inline-start: 0; + } +} + .sg-page-cards-public-page .sg-cards-public-page__cta-right-body { display: flex; align-items: center;