Skip to content

Commit

Permalink
removed dl custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnciane committed Jun 6, 2024
1 parent bf5ac78 commit cbb55e7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
/*
* Style definition lists.
*/
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
margin-top: 1.5rem;
}
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) dt {
margin-top: 0.7rem;
margin-bottom: 0.5rem;
font-weight: bolder;
}
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) dd {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 1.5rem;
}

/*
img {
display: inline-block;
Expand Down

0 comments on commit cbb55e7

Please sign in to comment.