diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-01-30 13:29:39 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-01 15:19:08 +0000 |
| commit | 4e87b58bad3879633e4db3c93a152cf6f777784b (patch) | |
| tree | b8148c48c2044197af057ab758cdefb11547dae6 /scss | |
| parent | fix static rendering (diff) | |
| download | mmm-4e87b58bad3879633e4db3c93a152cf6f777784b.tar.gz mmm-4e87b58bad3879633e4db3c93a152cf6f777784b.zip | |
static rendering root prefix
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_content.scss b/scss/_content.scss index 87f515d..f9a00dc 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -100,6 +100,10 @@ } } + pre, code { + text-align: initial; + } + pre > code { @include left-border; border-color: $gray-dark; |
