Merge pull request #31 from younsl/css/mobile-font-size
fix(css): Font size inconsistency in code snippets on iOS
This commit is contained in:
commit
ac8c70f471
@ -118,6 +118,13 @@ table, th, td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
code {
|
||||
text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-moz-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
code:not(pre > code) {
|
||||
padding: 0.1em 0.2em;
|
||||
font-size: 90%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user