Don't reduce page size to 800px

This commit is contained in:
Xavier Guimard 2020-05-16 09:22:04 +02:00 committed by Maxime Besson
parent d0bef99b4d
commit 3b3ff5745b

View File

@ -2,3 +2,6 @@
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-nav-content {
max-width: none;
}