Skip to content

Commit

Permalink
table title size on mobile #13
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhohman committed Aug 14, 2020
1 parent 6f112fd commit dcb2956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diagrams/example-table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
.hide-column { display: auto; }
@media(max-width: 1000px) {
th { font-size: 1em !important }
td, tr {
font-size: 0.85em !important;
line-height: 1.35em;
Expand Down

0 comments on commit dcb2956

Please sign in to comment.