Skip to content

Commit

Permalink
fix: set table size for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Feb 6, 2024
1 parent 607b0c3 commit a93ad22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,9 @@ a.zola-anchor {
.content {
padding: 20px
}
table {
font-size: 0.90rem;
}
}

.entry-meta {
Expand Down

0 comments on commit a93ad22

Please sign in to comment.