mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00

- Move the language reference into a sub-section of its own - Made Reciples & Examples a top-level section This paves the way for adding more top-level sections, such as advanced topics (with debugging techniques), or the list of supported platforms.
15 lines
256 B
CSS
15 lines
256 B
CSS
.wy-table-responsive table td,
|
|
.wy-table-responsive table th {
|
|
white-space: normal;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
margin-bottom: 24px;
|
|
max-width: 100%;
|
|
overflow: visible;
|
|
}
|
|
|
|
img.logo {
|
|
max-height: 70px;
|
|
border-radius: 12% !important;
|
|
}
|