Skip to content

Commit

Permalink
Tidy up stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
irisfaraway committed Oct 5, 2023
1 parent 0aabc28 commit 9646829
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.pricing-summary-element-cost dd {
margin: 0;
display: inline;
}
.pricing-summary-element-cost {
dd,
dt {
display: inline;
}

.pricing-summary-element-cost dt {
display: inline;
dd {
margin: 0;
}
}

0 comments on commit 9646829

Please sign in to comment.