mirror of https://github.com/knative/docs.git
* Text sizing for notes, tables, warnings for normal display * Text sizing for notes, tables, warnings for normal display
This commit is contained in:
parent
10a2995452
commit
713d98a36f
|
@ -45,3 +45,16 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue