Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mugendi committed May 2, 2024
1 parent 0bd1508 commit 14bb12a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/css/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@ pre {
display: none;
}


span.token {
text-wrap: wrap;
}

code[class*='language-'],
pre[class*='language-'] {
font-size: 13px !important;
}

@media only screen and (max-width: 600px) {
code[class*='language-'],
pre[class*='language-'] {
font-size: 10px !important;
}

}
}

0 comments on commit 14bb12a

Please sign in to comment.