From 07e226e64c7a2376916f7a7f657c2662ea028b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 24 Jun 2026 09:21:39 +0200 Subject: [PATCH] Revert "Make public CTA card full width on mobile" This reverts commit 31b59f6fca8a5bf978dce61b06e783a08bb5e544. --- styles/40-components-cards.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index fb2e3c9..ab2b55e 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -259,13 +259,6 @@ 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;