Skip to content

Commit

Permalink
fix: set address font size
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Mar 8, 2024
1 parent c204370 commit 5d33ded
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 @@ -214,6 +214,10 @@ blockquote {
}
}

address {
font-size: 14px;
}

cite {
font-style: italic;
font-size: 0.85em;
Expand Down

0 comments on commit 5d33ded

Please sign in to comment.