Skip to content

Commit

Permalink
adds spacing to badge icon (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers authored Nov 20, 2023
1 parent 7dafbf4 commit cc62316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cc62316

Please sign in to comment.