diff options
Diffstat (limited to 'sass/parts')
-rw-r--r-- | sass/parts/_syntax.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index 0cf307e..ad85bc5 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -58,6 +58,7 @@ article{ line-height: 1.5; margin-top: 10px; padding: 5px 15px; + overflow-x: scroll; @include border-radius(5px); code{ background: none; |