mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
WIP sticky doc toc with sticky toc toolbox
This commit is contained in:
parent
e158c9f0f8
commit
b339df5125
7 changed files with 64 additions and 52 deletions
|
@ -30,3 +30,12 @@
|
|||
@import "section/code.scss";
|
||||
@import "section/papertrail.scss";
|
||||
@import "section/wysiwyg.scss";
|
||||
|
||||
// Bootstrap override that removes gutter space on smaller screens
|
||||
@media (max-width: 1200px) {
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue