Skip to content

Commit

Permalink
fix: set table font size
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Mar 8, 2024
1 parent 211b0b8 commit c204370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ dd {

table {
width: 100%;
font-size: 14px;
border-collapse: collapse;
margin-bottom: 1em;
}
Expand Down

0 comments on commit c204370

Please sign in to comment.