mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
🚑️ #37 content writing area is too small
This commit is contained in:
parent
cf62f3b343
commit
4c29e1daeb
1 changed files with 11 additions and 17 deletions
|
|
@ -6,23 +6,17 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
> div:not(.breadcrumbs-trail-grid) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
> *:not(iframe),
|
||||
.frontmatter-container,
|
||||
.block-language-tasks {
|
||||
max-width: 750px;
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
> *:not(iframe),
|
||||
.frontmatter-container,
|
||||
.block-language-tasks {
|
||||
max-width: 750px;
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
> table,
|
||||
> .mermaid {
|
||||
max-width: fit-content;
|
||||
min-width: 750px;
|
||||
}
|
||||
> table,
|
||||
> .mermaid {
|
||||
max-width: fit-content;
|
||||
min-width: 750px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue