diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-20 14:06:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-20 14:06:33 +0000 |
| commit | a02ae9cec3aec9f8781ab026239b639ffc1487fc (patch) | |
| tree | 6b7b5431442f277578fe07de725a38e6f71b929f /scss | |
| parent | more sidenote/reference features (diff) | |
| download | mmm-a02ae9cec3aec9f8781ab026239b639ffc1487fc.tar.gz mmm-a02ae9cec3aec9f8781ab026239b639ffc1487fc.zip | |
add support for nested sidenotes
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_sidenotes.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_sidenotes.scss b/scss/_sidenotes.scss index 28b1494..c003496 100644 --- a/scss/_sidenotes.scss +++ b/scss/_sidenotes.scss @@ -7,6 +7,11 @@ $sidenote-width: 14rem; margin: auto; } + .sidenote-container & { + margin-right: initial; + margin: initial; + } + .sidenote { position: absolute; box-sizing: border-box; |
