mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Better tablet support for docs
This commit is contained in:
parent
c9a1ca84b4
commit
9161de8e1f
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ main {
|
|||
overflow-wrap: break-word;
|
||||
overflow-y: auto;
|
||||
display: grid;
|
||||
grid-template-columns: [main-start] 1fr [main-content-start] 60ch [main-content-end] 1fr [main-end];
|
||||
grid-template-columns: [main-start] minmax(16px,1fr) [main-content-start] minmax(calc(100% - 32px), 60ch) [main-content-end] minmax(16px,1fr) [main-end];
|
||||
grid-template-rows: auto;
|
||||
flex-direction: column;
|
||||
scrollbar-color: var(--violet) var(--body-bg-color);
|
||||
|
@ -697,7 +697,7 @@ pre>samp {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
|
||||
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
|
||||
body {
|
||||
display: block;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue