Docs: fix font size issue that's visible now I got myself a bigger monitor and changed the default font size in my browser

This commit is contained in:
Mike Hearn 2016-03-11 13:41:42 +01:00
parent 87e8562675
commit dd6208ef25

View File

@ -29,3 +29,7 @@
.wy-nav-content {
max-width: 1000px;
}
p {
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
}