api docs: Change font size for code and response blocks.

The code blocks and response blocks had small and unreadable font,
because they were using the bootstrap defaults without adjustment for
the size of content on the rest of the page.  Fixes part of
zulip#15967.
This commit is contained in:
Suyash Vardhan Mathur
2020-12-12 02:07:46 +05:30
committed by Tim Abbott
parent a88af1b5a2
commit 05928bbdee

View File

@@ -308,8 +308,8 @@
}
pre {
line-height: 15px;
code {
font-size: 14px;
white-space: pre-wrap;
}
}