Skip to content

Commit

Permalink
yegor256#188 - fix npm test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Feb 28, 2019
1 parent 5374d78 commit b03c1ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,18 @@ table {
padding: .3 * $em .2 * $em;

@media all and (max-width: 1024px) {
display: inline-block;
border: 0;
display: inline-block;
}
}

th, td {
th,
td {
font-size: 65%;
}

span, code {
span,
code {
font-size: 80%;
}

Expand Down

0 comments on commit b03c1ca

Please sign in to comment.