From 82b68dc39503f095a4a5b148620e8e706a2e3b53 Mon Sep 17 00:00:00 2001 From: oskosk Date: Thu, 12 Dec 2024 13:55:30 -0300 Subject: [PATCH] Revert "Remove unnecessary styles from inspiration card call to action button" This reverts commit ded994ba589789e0709e77ead835e4679b038430. --- .../customer-home/cards/notices/reader-first-posts/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/my-sites/customer-home/cards/notices/reader-first-posts/style.scss b/client/my-sites/customer-home/cards/notices/reader-first-posts/style.scss index 153906a6d399a..f00cd396812c7 100644 --- a/client/my-sites/customer-home/cards/notices/reader-first-posts/style.scss +++ b/client/my-sites/customer-home/cards/notices/reader-first-posts/style.scss @@ -16,9 +16,10 @@ margin-bottom: 5px; } .reader-first-posts__actions { - padding: 24px 0 0; display: flex; align-items: center; + justify-content: flex-end; + padding-left: 24px; width: 30%; } .reader-first-posts__button {