From f22f001c366db3b9a5034fd6e8c3710048e3bba9 Mon Sep 17 00:00:00 2001 From: Marak Date: Thu, 24 Feb 2022 01:50:57 -0500 Subject: [PATCH] Updates style for Positive Affirmation --- desktop/assets/css/desktop.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/desktop/assets/css/desktop.css b/desktop/assets/css/desktop.css index 64cc08f..d506cb6 100755 --- a/desktop/assets/css/desktop.css +++ b/desktop/assets/css/desktop.css @@ -1159,3 +1159,11 @@ iframe { font-size: 16px; font-style: italic; } + +.positiveAffirmation { + font-style: italic; + padding-left: 16px; + text-align: center; + padding-right: 16px; + padding-top: 8px; +} \ No newline at end of file