5 lines
119 B
CSS
5 lines
119 B
CSS
/* Preview only: reduce content font size without changing navigation. */
|
|
.md-content {
|
|
font-size: 25% !important;
|
|
}
|