Skip to content

Commit

Permalink
fix: set dl font size
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Mar 8, 2024
1 parent 3c44622 commit 8e63b64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ cite {
font-size: 0.85em;
}

dl {
font-size: 14px;
}

dt {
border: 1px solid darken($white, 7%);
padding: 0.5em;
Expand Down

0 comments on commit 8e63b64

Please sign in to comment.