From cc62316687c210e98957bf217290a1cbde3e99d4 Mon Sep 17 00:00:00 2001 From: Sandra Rodgers <45321563+SandraRodgers@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:33:52 -0600 Subject: [PATCH] adds spacing to badge icon (#25) --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index cc6bd93..37c4cd8 100644 --- a/style.css +++ b/style.css @@ -182,7 +182,8 @@ DG classes .App .rdmd-html span.dg-badge.live::before, .App .rdmd-html a.dg-badge.live::before, .App .rdmd-html span.dg-badge.prerecorded::before, -.App .rdmd-html a.dg-badge.prerecorded::before { +.App .rdmd-html a.dg-badge.prerecorded::before, +.App .rdmd-html a.dg-badge.language::before { margin-right: 8px; }