Fontsizing for tables, code tags fixing issue (#3694) (#3739)

* Text sizing for notes, tables, warnings for normal display

* Text sizing for notes, tables, warnings for normal display
This commit is contained in:
Pratik Gholap 2021-06-07 18:03:48 +05:30 committed by GitHub
parent 10a2995452
commit 713d98a36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -45,3 +45,16 @@
margin: 0;
padding: 0;
}
/* text sizing of tables, Alert, Warnings, Notes*/
.md-typeset table {
font-size: 100% !important;
}
.md-typeset code {
font-size: 100% !important;
}
.md-typeset .admonition {
font-size: 100% !important;
}