mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
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:
@ -28,4 +28,8 @@
|
||||
|
||||
.wy-nav-content {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 100%; /* Get rid of RTD rule that assumes nobody changes their browser font size */
|
||||
}
|
Reference in New Issue
Block a user