From 26764625acbd0aab02218c256cc6a11ca53d27c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 3 Aug 2026 16:54:57 +0200 Subject: [PATCH] Align mobile newsletter button right --- styles/44-components-public-page-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/44-components-public-page-components.css b/styles/44-components-public-page-components.css index e4c3322..6b180df 100644 --- a/styles/44-components-public-page-components.css +++ b/styles/44-components-public-page-components.css @@ -113,6 +113,6 @@ } .sg-card--call-to-action-card--three-column .sg-call-to-action-card__action { - justify-content: flex-start; + justify-content: flex-end; } }