mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
15 lines
268 B
CSS
15 lines
268 B
CSS
.wy-nav-content {
|
|
max-width: 900px;
|
|
}
|
|
|
|
/* override table width restrictions */
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
margin-bottom: 24px;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
}
|